Date: Wednesday, November 12, 2014 @ 16:36:09 Author: anatolik Revision: 122446
upgpkg: fio 2.1.14-1 Modified: fio/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-11-12 15:28:07 UTC (rev 122445) +++ PKGBUILD 2014-11-12 15:36:09 UTC (rev 122446) @@ -4,8 +4,8 @@ # Contributor: John Williams <jwilliams4200 liamg reverse&remove moc> pkgname=fio -pkgver=2.1.13 -pkgrel=2 +pkgver=2.1.14 +pkgrel=1 pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing' arch=(i686 x86_64) url='http://freshmeat.net/projects/fio' @@ -17,15 +17,12 @@ 'gnuplot: generating plots using fio_generate_plots' ) source=(http://brick.kernel.dk/snaps/fio-$pkgver.tar.bz2) -sha256sums=('c2797f8c8ccc8e1af30b2263e79fb394cf46309b8dbb595f03accc421fde4678') +sha256sums=('98f7c375c7b1c9f9b5e02578e858437059bc9bfa0db8edaa800a37dc5b21d854') prepare() { cd fio-$pkgver sed -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' -i tools/plot/fio2gnuplot - - # FS#42319 - sed -e 's|PROGS += $(T_PROGS)||' -i Makefile } # TODO: enable rdma, need to move the libraries from AUR
