mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
community/fio to 3.3-1
This commit is contained in:
parent
3353ad6f2c
commit
e44b4b7a80
1 changed files with 3 additions and 3 deletions
|
@ -7,10 +7,10 @@
|
||||||
# - removed numactl dependency
|
# - removed numactl dependency
|
||||||
|
|
||||||
pkgname=fio
|
pkgname=fio
|
||||||
pkgver=3.2
|
pkgver=3.3
|
||||||
pkgrel=1
|
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=(i686 x86_64)
|
arch=(x86_64)
|
||||||
url='https://github.com/axboe/fio'
|
url='https://github.com/axboe/fio'
|
||||||
license=(GPL2)
|
license=(GPL2)
|
||||||
# TODO: enable rdma, need to move the libraries from AUR
|
# TODO: enable rdma, need to move the libraries from AUR
|
||||||
|
@ -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=('6a2b6d8a80cb89402e9e823a4502058d9af4cff7fc4d2130c35cc35aa9505d02')
|
sha256sums=('7c559564c9395861a72d769812665325ece0551229ccdac0b12a5895cb62b5e2')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
cd fio-fio-$pkgver
|
cd fio-fio-$pkgver
|
||||||
|
|
Loading…
Reference in a new issue