community/fio to 3.7-1

This commit is contained in:
Kevin Mihelich 2018-06-04 23:29:44 +00:00
parent 1c0b1df66e
commit d73f82323d

View file

@ -7,8 +7,8 @@
# - removed numactl dependency # - removed numactl dependency
pkgname=fio pkgname=fio
pkgver=3.6 pkgver=3.7
pkgrel=2 pkgrel=1
pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing' pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
arch=(x86_64) arch=(x86_64)
url='https://github.com/axboe/fio' url='https://github.com/axboe/fio'
@ -21,7 +21,7 @@ optdepends=(
'gnuplot: generating plots using fio_generate_plots' 'gnuplot: generating plots using fio_generate_plots'
) )
source=(https://github.com/axboe/fio/archive/fio-$pkgver.zip) source=(https://github.com/axboe/fio/archive/fio-$pkgver.zip)
sha256sums=('e2f0a6c82a42df0a35df7e0ac7a61dfa33a1bf661441e3aa24460fcd3ed59582') sha256sums=('e64b7e400da5cad7ee6a44295e56bde7a1a255eed779e63f3db837db39073627')
prepare() { prepare() {
cd fio-fio-$pkgver cd fio-fio-$pkgver