Date: Wednesday, December 20, 2017 @ 20:29:11 Author: bisson Revision: 275073
upstream update Modified: sthttpd/trunk/PKGBUILD ----------+ PKGBUILD | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-12-20 20:28:30 UTC (rev 275072) +++ PKGBUILD 2017-12-20 20:29:11 UTC (rev 275073) @@ -4,23 +4,22 @@ # Contributor: Stewart Starbuck <[email protected]> pkgname=sthttpd -pkgver=2.27.0 -pkgrel=3 +pkgver=2.27.1 +pkgrel=1 pkgdesc='Supported fork of the thttpd web server' -url='http://opensource.dyc.edu/sthttpd' +url='https://github.com/blueness/sthttpd' license=('custom:BSD') arch=('x86_64') backup=('etc/thttpd.conf') validpgpkeys=('1FEDFAD9D82C52A53BABDC799384FA6EF52D4BBA') -# opensource.dyc.edu does not resolve as of 2017-03-01 -source=("http://opensource.dyc.edu/pub/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.asc} +source=("https://github.com/blueness/sthttpd/archive/v2.27.1.tar.gz" 'discreet.patch' 'service' 'config') -sha1sums=('27ea739c4e3c7922979c4357a80fe6d141da4356' 'SKIP' - 'ae0143fce29cf7eb84ebbee9640b9a2c977b5093' - '73bd76de0e89a9cc31e5605659837d83b3c8dfde' - '8d4bf91b5f469bcc390c144460e3b155692d64d5') +sha256sums=('a1ee2806432eaf5b5dd267a0523701f9f1fa00fefd499d5bec42165a41e05846' + 'be953777f2b5b860f1c5a8c96d8478535fe517d76bd4b76597d743a96c2659cf' + '6fea42a6876e2a44eff4f76ed64befabe400e5c844b11b782b1507299e5eb986' + '1f42c7625422944bd035731d264a711f50b47f4e4f58b6c67693f09fabb76350') conflicts=('thttpd') provides=('thttpd') @@ -28,8 +27,8 @@ prepare() { cd "${srcdir}/${pkgname}-${pkgver}" - aclocal && automake --add-missing patch -p1 -i ../discreet.patch + ./autogen.sh } build() { @@ -51,7 +50,7 @@ install -Dm644 ../config "${pkgdir}"/etc/thttpd.conf install -Dm644 ../service "${pkgdir}"/usr/lib/systemd/system/thttpd.service - install -Dm644 README "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" + install -Dm644 README.md "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" # Avoid conflicts with Apache mv "${pkgdir}"/usr/bin/htpasswd{,-thttpd}
