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

Anatol Pomozov anatolik at archlinux.org
Fri Sep 11 17:20:34 UTC 2020


    Date: Friday, September 11, 2020 @ 17:20:34
  Author: anatolik
Revision: 702816

upgpkg: fio 3.23-1

Modified:
  fio/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-11 16:47:54 UTC (rev 702815)
+++ PKGBUILD	2020-09-11 17:20:34 UTC (rev 702816)
@@ -3,7 +3,7 @@
 # Contributor: John Williams <jwilliams4200 liamg reverse&remove moc>
 
 pkgname=fio
-pkgver=3.22
+pkgver=3.23
 pkgrel=1
 pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
 arch=(x86_64)
@@ -11,13 +11,14 @@
 license=(GPL2)
 # TODO: enable rdma, need to move the libraries from AUR
 depends=(bash libaio python numactl glusterfs)
-makedepends=(gtk2)
+makedepends=(gtk2 curl)
 optdepends=(
   'gtk2: for gfio - fio GUI frontend' 
+  'curl: for gfio - fio GUI frontend'
   'gnuplot: generating plots using fio_generate_plots'
 )
 source=(https://github.com/axboe/fio/archive/fio-$pkgver.zip)
-sha256sums=('5d55eb9534f584ee94468654bca79822e808d1c92835c1a56ab40ed474fd2a13')
+sha256sums=('066a44fdbdd2b35d33987fee5991dcc7d932760c2743e90648041aa1a5406e09')
 
 prepare() {
   cd fio-fio-$pkgver



More information about the arch-commits mailing list