From 0cda0e07d4656ce8dbbb3d076c823d29accbd254 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Thu, 4 Oct 2018 18:32:59 +0000 Subject: [PATCH] community/fio to 3.11-1 --- community/fio/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/community/fio/PKGBUILD b/community/fio/PKGBUILD index 47cd3f9ba..40f078287 100644 --- a/community/fio/PKGBUILD +++ b/community/fio/PKGBUILD @@ -7,21 +7,21 @@ # - removed numactl dependency pkgname=fio -pkgver=3.10 +pkgver=3.11 pkgrel=1 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 python2 glusterfs ceph) +depends=(bash libaio python2 glusterfs) makedepends=(gtk2) optdepends=( 'gtk2: for gfio - fio GUI frontend' 'gnuplot: generating plots using fio_generate_plots' ) source=(https://github.com/axboe/fio/archive/fio-$pkgver.zip) -sha256sums=('13526533cbfaff1241c8f5d1a35c950cbb0c18b2822b1938c678ce287158da02') +sha256sums=('f8271adb66ad36e5aa282093b337fadf3380fff63ffa6a653dec701fdf99ff0c') prepare() { cd fio-fio-$pkgver