Date: Wednesday, May 25, 2016 @ 20:24:55 Author: anatolik Revision: 177058
upgpkg: fio 2.11-1 Modified: fio/trunk/PKGBUILD ----------+ PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-05-25 18:24:26 UTC (rev 177057) +++ PKGBUILD 2016-05-25 18:24:55 UTC (rev 177058) @@ -4,7 +4,7 @@ # Contributor: John Williams <jwilliams4200 liamg reverse&remove moc> pkgname=fio -pkgver=2.10 +pkgver=2.11 pkgrel=1 pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing' arch=(i686 x86_64) @@ -18,7 +18,7 @@ 'gnuplot: generating plots using fio_generate_plots' ) source=(https://github.com/axboe/fio/archive/fio-$pkgver.zip) -sha256sums=('a6ec196a2b953d95340ee70b114b334a9dd2b2b66a7be58326cdfd15d3b0e0bf') +sha256sums=('a2a6833f8a8c77f3ed9b0759d628a923a4680fee5f092a91c52f9477cc6ac2f0') prepare() { cd fio-fio-$pkgver @@ -29,6 +29,7 @@ build() { cd fio-fio-$pkgver ./configure --enable-gfio --extra-cflags="$CFLAGS" + make } package() {
