Date: Thursday, August 20, 2020 @ 11:01:50 Author: kkeen Revision: 685511
upgpkg: sthttpd 2.27.1-3 libxcrypt rebuild Modified: sthttpd/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-08-20 10:44:46 UTC (rev 685510) +++ PKGBUILD 2020-08-20 11:01:50 UTC (rev 685511) @@ -4,14 +4,15 @@ pkgname=sthttpd pkgver=2.27.1 -pkgrel=2 +pkgrel=3 pkgdesc='Supported fork of the thttpd web server' url='https://github.com/blueness/sthttpd' license=('custom:BSD') arch=('x86_64') +depends=('libxcrypt') backup=('etc/thttpd.conf') validpgpkeys=('1FEDFAD9D82C52A53BABDC799384FA6EF52D4BBA') -source=("https://github.com/blueness/sthttpd/archive/v2.27.1.tar.gz" +source=("$pkgname-$pkgver.tgz::https://github.com/blueness/sthttpd/archive/v2.27.1.tar.gz" 'discreet.patch' 'service' 'config') @@ -33,7 +34,7 @@ build() { cd "${srcdir}/${pkgname}-${pkgver}" export WEBDIR=/srv/http - export WEBGROUP=http + export WEBGROUP=root ./configure \ --prefix=/usr \ --sbindir=/usr/bin \