[arch-commits] Commit in bonnie++/trunk (PKGBUILD)
Leonidas Spyropoulos
artafinde at gemini.archlinux.org
Mon Jan 31 15:12:00 UTC 2022
Date: Monday, January 31, 2022 @ 15:12:00
Author: artafinde
Revision: 1121242
bonnie++: enable debug symbols
Modified:
bonnie++/trunk/PKGBUILD
----------+
PKGBUILD | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-01-31 15:01:53 UTC (rev 1121241)
+++ PKGBUILD 2022-01-31 15:12:00 UTC (rev 1121242)
@@ -4,12 +4,13 @@
pkgname=bonnie++
pkgver=2.00a
-pkgrel=1
+pkgrel=2
pkgdesc="Based on the Bonnie hard drive benchmark by Tim Bray"
arch=('x86_64')
url="https://www.coker.com.au/bonnie++/"
license=('GPL')
depends=('perl')
+options=(debug)
source=(https://www.coker.com.au/$pkgname/$pkgname-$pkgver.tgz)
sha256sums=('a8d33bbd81bc7eb559ce5bf6e584b9b53faea39ccfb4ae92e58f27257e468f0e')
build() {
More information about the arch-commits
mailing list