aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
-rw-r--r--caddy-full-bin.install4
3 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 79e525163e72..a94810a14dc9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Thu Sep 29 14:59:33 UTC 2016
+# Thu Sep 29 15:03:11 UTC 2016
pkgbase = caddy-full-bin
pkgdesc = A configurable, general-purpose HTTP/2 web server for any platform (All features enabled)
pkgver = 0.9.3
- pkgrel = 4
+ pkgrel = 5
url = https://caddyserver.com
install = caddy-full-bin.install
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 88350514945a..24e6336631cb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,3 +1,4 @@
+# Contributor: Thomas Fanninger <thomas@fanninger.at>
# Maintainer: Andreas Linz <alinz@klingt.net>
# Based on `caddy=all-features` by Eric Engestrom: https://aur.archlinux.org/packages/caddy-all-features/
# Enable Cross Origin Resource Sharing
@@ -9,7 +10,7 @@ _features=('awslambda' 'cors' 'filemanager' 'git' 'hugo' 'ipfilter' 'jwt' 'local
pkgname=caddy-full-bin
_realname=caddy
pkgver=0.9.3
-pkgrel=4
+pkgrel=5
pkgdesc="A configurable, general-purpose HTTP/2 web server for any platform (All features enabled)"
arch=('i686' 'x86_64' 'armv7h' 'aarch64')
url="https://caddyserver.com"
diff --git a/caddy-full-bin.install b/caddy-full-bin.install
index abafe456684f..4d810ad9c9c4 100644
--- a/caddy-full-bin.install
+++ b/caddy-full-bin.install
@@ -8,14 +8,14 @@ pre_upgrade() {
post_upgrade() {
systemctl daemon-reload
- if [ $(vercmp $2 0.9.3-4) -lt 0 ]; then
+ if [ $(vercmp $2 0.9.3-5) -lt 0 ]; then
userdel -r -f www-data
groupdel www-data
chown -R http:http /etc/ssl/caddy
echo "Migration guide for caddy <0.9: https://github.com/klingtnet/caddy-AUR/blob/master/README.md"
- echo "With the package level 0.9.3-4 the caddy user is changed from 'www-data' to 'http'."
+ echo "With the package level 0.9.3-5 the caddy user is changed from 'www-data' to 'http'."
echo "You need to update the right for your caddy web directory with 'chown -R http:http <web-root>'"
fi
}