community/fio to 3.0-1

This commit is contained in:
Kevin Mihelich 2017-08-17 01:20:30 +00:00
parent fe98a0d24f
commit f774b5c60e

View file

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