mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/fio to 2.14-1
This commit is contained in:
parent
8e748b54f7
commit
648f3e5cb8
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
||||||
# - removed numactl dependency
|
# - removed numactl dependency
|
||||||
|
|
||||||
pkgname=fio
|
pkgname=fio
|
||||||
pkgver=2.13
|
pkgver=2.14
|
||||||
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=(i686 x86_64)
|
||||||
|
@ -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=('e49bf1f5107b44b3f069bb7fc660da62d28cb054417db784112c9b5acb7ff4ba')
|
sha256sums=('a6fc18d01fecdfd18d40c915325c53decba5f608cd61ab9d2b7009fa731273df')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
cd fio-fio-$pkgver
|
cd fio-fio-$pkgver
|
||||||
|
|
Loading…
Reference in a new issue