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

Anatol Pomozov anatolik at gemini.archlinux.org
Wed Nov 17 17:33:41 UTC 2021


    Date: Wednesday, November 17, 2021 @ 17:33:40
  Author: anatolik
Revision: 1050290

upgpkg: fio 3.28-2: FS#72770 add gperftools to the dependencies as it is required now

Modified:
  fio/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-11-17 17:32:54 UTC (rev 1050289)
+++ PKGBUILD	2021-11-17 17:33:40 UTC (rev 1050290)
@@ -4,13 +4,13 @@
 
 pkgname=fio
 pkgver=3.28
-pkgrel=1
+pkgrel=2
 pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
 arch=(x86_64)
 url='https://github.com/axboe/fio'
 license=(GPL2)
 # TODO: enable rdma, need to move the libraries from AUR
-depends=(bash libaio python numactl glusterfs)
+depends=(bash libaio python numactl glusterfs gperftools)
 makedepends=(gtk2 curl)
 optdepends=(
   'gtk2: for gfio - fio GUI frontend' 



More information about the arch-commits mailing list