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

Sébastien Luttringer seblu at nymeria.archlinux.org
Tue Jul 1 18:41:04 UTC 2014


    Date: Tuesday, July 1, 2014 @ 20:41:04
  Author: seblu
Revision: 114504

upgpkg: httperf 0.9.0-6

- https://www.archlinux.org/todo/mtree-rebuilds/

Modified:
  httperf/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-07-01 18:39:53 UTC (rev 114503)
+++ PKGBUILD	2014-07-01 18:41:04 UTC (rev 114504)
@@ -1,11 +1,11 @@
 # $Id$
-# Maintainer: Sébastien Luttringer
+# Maintainer: Sébastien Luttringer <seblu at archlinux.org>
 # Contributor: Essien Ita Essien <me at essienitaessien.com>
 # Contributor: Peter Baldwin <bald_pete at hotmail.com>
 
 pkgname=httperf
 pkgver=0.9.0
-pkgrel=5
+pkgrel=6
 pkgdesc='A tool for measuring web server performance.'
 arch=('i686' 'x86_64')
 license=('GPL2')
@@ -16,7 +16,7 @@
 
 build() {
   cd $pkgname-$pkgver
-  ./configure --prefix=/usr 
+  ./configure --prefix=/usr
   make
 }
 




More information about the arch-commits mailing list