[arch-commits] Commit in hiawatha/trunk (PKGBUILD)
Kyle Keen
kkeen at archlinux.org
Wed Jul 29 22:55:04 UTC 2020
Date: Wednesday, July 29, 2020 @ 22:55:04
Author: kkeen
Revision: 665849
upgpkg: hiawatha 10.11-1
Modified:
hiawatha/trunk/PKGBUILD
----------+
PKGBUILD | 20 +++++++-------------
1 file changed, 7 insertions(+), 13 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-07-29 22:52:02 UTC (rev 665848)
+++ PKGBUILD 2020-07-29 22:55:04 UTC (rev 665849)
@@ -4,8 +4,8 @@
# Contributor: Kewl <kewl at alto dot eu dot org>
pkgname=hiawatha
-pkgver=10.10
-pkgrel=2
+pkgver=10.11
+pkgrel=1
pkgdesc="Secure and advanced webserver"
url="https://www.hiawatha-webserver.org/"
arch=('x86_64')
@@ -14,26 +14,20 @@
optdepends=('php-fpm: PHP fastcgi'
'php: letsencrypt/lefh')
makedepends=('cmake')
-backup=(
- 'etc/hiawatha/hiawatha.conf'
+backup=('etc/hiawatha/hiawatha.conf'
'etc/hiawatha/cgi-wrapper.conf'
- 'etc/hiawatha/mimetype.conf'
-)
-
-source=(
- "https://www.hiawatha-webserver.org/files/$pkgname-$pkgver.tar.gz"
+ 'etc/hiawatha/mimetype.conf')
+source=("https://www.hiawatha-webserver.org/files/$pkgname-$pkgver.tar.gz"
'hiawatha.conf.sample'
'hiawatha.service'
'lefh-renew.service'
- 'lefh-renew.timer'
-)
-sha256sums=('b5e46f5757fa647e77d21d24f7eea912d59f26a75558cba780b45c1c3a33a4d9'
+ 'lefh-renew.timer')
+sha256sums=('79d85d165d68dd7043bbd337f5bc7dd10d8632d68ba61d0e557f84bd687c9727'
'4671d2586cbe3cd6497b16ff422c6143cdab40641ef3c9c4988c478351a8f5e7'
'b5a2671703b52eec376cfc4697b86aafa4f7fdd9b2b9203798e2117770bafa53'
'db1d647d86370583c24ae7a37feab78e3f0015d441ff5bc8f9b32e1a91ec4c8e'
'd12c5a68c293f66d95ae4df704ea349adbad972fb25475ab1a0a24fb42bfc70b')
-
prepare() {
cd "$srcdir/$pkgname-$pkgver"
sed -i 's/www-data/http/g' extra/logrotate.in
More information about the arch-commits
mailing list