[arch-commits] Commit in siege/trunk (PKGBUILD)

Florian Pritz bluewind at archlinux.org
Sat Feb 22 12:52:46 UTC 2020


    Date: Saturday, February 22, 2020 @ 12:52:45
  Author: bluewind
Revision: 578488

upgpkg: siege 4.0.5-2: add perl optdep

Modified:
  siege/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-22 12:51:32 UTC (rev 578487)
+++ PKGBUILD	2020-02-22 12:52:45 UTC (rev 578488)
@@ -3,12 +3,13 @@
 
 pkgname=siege
 pkgver=4.0.5
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 license=('GPL')
 pkgdesc="An http regression testing and benchmarking utility"
 url="https://www.joedog.org/siege-home/"
 depends=('openssl')
+optdepends=('perl: siege2csv.pl')
 source=("http://download.joedog.org/siege/siege-${pkgver}.tar.gz")
 backup=(etc/siegerc etc/urls.txt)
 



More information about the arch-commits mailing list