Date: Wednesday, March 9, 2016 @ 20:40:37 Author: anatolik Revision: 165777
upgpkg: fio 2.7-1 Modified: fio/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-03-09 19:31:19 UTC (rev 165776) +++ PKGBUILD 2016-03-09 19:40:37 UTC (rev 165777) @@ -4,7 +4,7 @@ # Contributor: John Williams <jwilliams4200 liamg reverse&remove moc> pkgname=fio -pkgver=2.6 +pkgver=2.7 pkgrel=1 pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing' arch=(i686 x86_64) @@ -17,15 +17,12 @@ 'gtk2: for gfio - fio GUI frontend' 'gnuplot: generating plots using fio_generate_plots' ) -source=(https://github.com/axboe/fio/archive/fio-$pkgver.zip - types.patch::https://github.com/axboe/fio/commit/d7bb6180f831091c468e5aa749b142efd5eddda4.patch) -sha256sums=('54aafbc715d6e977136795190a5b09d07761153a859cfb17f3f161f1f1ae5ed7' - '7a28010acafdf8a3fd4b39ffd49ce935cc16fc89bfd4beb448ea9588cdb60031') +source=(https://github.com/axboe/fio/archive/fio-$pkgver.zip) +sha256sums=('0d7d4ae342150e5307209afde54be0946af384dd77338da96ef5961c54f7a47a') prepare() { cd fio-fio-$pkgver - patch -p1 < ../types.patch sed -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' -i tools/plot/fio2gnuplot }
