summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChocobo12023-04-10 22:37:03 +0800
committerChocobo12023-04-10 22:37:37 +0800
commitb735e2858766b8faca50f208a64b338111a53557 (patch)
tree46b2d0668fd7e7f74c4f5f3172d5cc4ff9e512d6
parentd73b281c3a570e5b43e2731765ef3d081197b3dc (diff)
downloadaur-b735e2858766b8faca50f208a64b338111a53557.tar.gz
upgpkg: apache-git 2.4.57.r11194.gabeee9dc35-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD12
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a1ba4a120b4e..97858f70e12c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = apache-git
pkgdesc = Provides useful functions commonly found on BSD systems
- pkgver = 2.4.57.rc1.candidate.r11191.g4859071fd0
+ pkgver = 2.4.57.r11194.gabeee9dc35
pkgrel = 1
url = https://httpd.apache.org/
arch = i686
arch = x86_64
- license = apache
+ license = Apache
makedepends = git
makedepends = brotli
makedepends = curl
@@ -26,7 +26,7 @@ pkgbase = apache-git
optdepends = lynx: apachectl status
optdepends = perl: for apxs and dbmmanage
optdepends = uwsgi: for mod_proxy_uwsgi module
- provides = apache=2.4.57.rc1.candidate.r11191.g4859071fd0
+ provides = apache=2.4.57.r11194.gabeee9dc35
conflicts = apache
backup = etc/httpd/conf/httpd.conf
backup = etc/httpd/conf/extra/httpd-autoindex.conf
diff --git a/PKGBUILD b/PKGBUILD
index 9330a74ab3ba..5be3dbed583a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Chocobo1 <chocobo1 AT archlinux DOT net>
pkgname=apache-git
-pkgver=2.4.57.rc1.candidate.r11191.g4859071fd0
+pkgver=2.4.57.r11194.gabeee9dc35
pkgrel=1
pkgdesc="Provides useful functions commonly found on BSD systems"
arch=('i686' 'x86_64')
url="https://httpd.apache.org/"
-license=('apache')
+license=('Apache')
depends=('glibc' 'apr-util' 'libnghttp2' 'openssl' 'pcre' 'zlib')
makedepends=('git' 'brotli' 'curl' 'jansson' 'libxml2' 'lua')
optdepends=('brotli: for mod_brotli module'
@@ -94,11 +94,11 @@ package() {
cd "httpd"
make DESTDIR="$pkgdir" install
- install -D -m644 "LICENSE" -t "$pkgdir/usr/share/licenses/apache"
+ install -Dm644 "LICENSE" -t "$pkgdir/usr/share/licenses/apache"
- install -D -m644 "$srcdir/httpd.logrotate" "$pkgdir/etc/logrotate.d/httpd"
- install -D -m644 "$srcdir/httpd.service" -t "$pkgdir/usr/lib/systemd/system"
- install -D -m644 "$srcdir/apache.tmpfiles.conf" "$pkgdir/usr/lib/tmpfiles.d/apache.conf"
+ install -Dm644 "$srcdir/httpd.logrotate" "$pkgdir/etc/logrotate.d/httpd"
+ install -Dm644 "$srcdir/httpd.service" -t "$pkgdir/usr/lib/systemd/system"
+ install -Dm644 "$srcdir/apache.tmpfiles.conf" "$pkgdir/usr/lib/tmpfiles.d/apache.conf"
# set sane defaults
sed -e 's#/usr/lib/httpd/modules/#modules/#' \