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

Jelle van der Waa jelle at archlinux.org
Sun Aug 2 14:29:14 UTC 2020


    Date: Sunday, August 2, 2020 @ 14:29:14
  Author: jelle
Revision: 667723

upgpkg: bonnie++ 1.98-1

Modified:
  bonnie++/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-02 14:26:17 UTC (rev 667722)
+++ PKGBUILD	2020-08-02 14:29:14 UTC (rev 667723)
@@ -3,8 +3,8 @@
 # Contributor: Tom Newsom <Jeepster at gmx.co.uk>
 
 pkgname=bonnie++
-pkgver=1.97.3
-pkgrel=2
+pkgver=1.98
+pkgrel=1
 pkgdesc="Based on the Bonnie hard drive benchmark by Tim Bray"
 arch=('x86_64')
 url="https://www.coker.com.au/bonnie++/"
@@ -11,13 +11,13 @@
 license=('GPL')
 depends=('perl')
 source=(https://www.coker.com.au/$pkgname/$pkgname-$pkgver.tgz)
-md5sums=('e4be8977e8f7e6d4375a8d1dadda8d9e')
+md5sums=('5bb79f393b4172a0d7014ce4125454cd')
 build() {
   cd $srcdir/${pkgname}-${pkgver}
 
-  ./configure --prefix=/usr 
+  ./configure --prefix=/usr
   sed -i "s:CFLAGS=-O2  -DNDEBUG \$(WFLAGS) \$(MORECFLAGS):CFLAGS=${CFLAGS}:" Makefile
-  make
+  make V=1
 }
 
 package() {



More information about the arch-commits mailing list