mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/fio to 3.0-1
This commit is contained in:
parent
fe98a0d24f
commit
f774b5c60e
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue