Date: Thursday, August 11, 2016 @ 17:31:36 Author: bluewind Revision: 186430
Fix homepage url https://bugs.archlinux.org/task/50351 Modified: siege/trunk/PKGBUILD ----------+ PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-08-11 17:05:21 UTC (rev 186429) +++ PKGBUILD 2016-08-11 17:31:36 UTC (rev 186430) @@ -8,7 +8,7 @@ arch=('i686' 'x86_64') license=('GPL') pkgdesc="An http regression testing and benchmarking utility" -url="http://www.joedog.org/JoeDog/Siege" +url="https://www.joedog.org/siege-home/" depends=('openssl') source=("http://download.joedog.org/siege/siege-${pkgver}.tar.gz") backup=(etc/siegerc etc/urls.txt)
