[arch-commits] Commit in siege/repos/community-x86_64 (PKGBUILD PKGBUILD)

Florian Pritz bluewind at gemini.archlinux.org
Sun Apr 10 13:10:59 UTC 2022


    Date: Sunday, April 10, 2022 @ 13:10:59
  Author: bluewind
Revision: 1184961

archrelease: copy trunk to community-x86_64

Added:
  siege/repos/community-x86_64/PKGBUILD
    (from rev 1184960, siege/trunk/PKGBUILD)
Deleted:
  siege/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-10 13:10:56 UTC (rev 1184960)
+++ PKGBUILD	2022-04-10 13:10:59 UTC (rev 1184961)
@@ -1,31 +0,0 @@
-# Maintainer: Florian Pritz <flo at xinu.at>
-# Contributor: Sven Kauber <celeon at gmail.com>
-
-pkgname=siege
-pkgver=4.1.1
-pkgrel=1
-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)
-
-build() {
-  cd "${srcdir}/$pkgname-$pkgver"
-  ./configure --prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd "${srcdir}/$pkgname-$pkgver"
-
-  install -d -m755 "$pkgdir/etc"
-  install -d -m755 "$pkgdir/usr/share"
-  make DESTDIR="$pkgdir" install
-  sed -i 's/^# file =$/file = \/etc\/urls.txt/' "$pkgdir/etc/siegerc"
-}
-
-md5sums=('6448757ca09f0618595cec0abce66f22')

Copied: siege/repos/community-x86_64/PKGBUILD (from rev 1184960, siege/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-04-10 13:10:59 UTC (rev 1184961)
@@ -0,0 +1,31 @@
+# Maintainer: Florian Pritz <flo at xinu.at>
+# Contributor: Sven Kauber <celeon at gmail.com>
+
+pkgname=siege
+pkgver=4.1.2
+pkgrel=1
+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)
+
+build() {
+  cd "${srcdir}/$pkgname-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd "${srcdir}/$pkgname-$pkgver"
+
+  install -d -m755 "$pkgdir/etc"
+  install -d -m755 "$pkgdir/usr/share"
+  make DESTDIR="$pkgdir" install
+  sed -i 's/^# file =$/file = \/etc\/urls.txt/' "$pkgdir/etc/siegerc"
+}
+
+md5sums=('c5dce6048a17b502f837de77a3ef79a9')



More information about the arch-commits mailing list