mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/fio to 3.13-1
This commit is contained in:
parent
611119161f
commit
afbd7fac04
1 changed files with 2 additions and 3 deletions
|
@ -1,4 +1,3 @@
|
|||
# $Id$
|
||||
# Maintainer: Anatol Pomozov <anatol dot pomozov at gmail>
|
||||
# Contributor: Mariusz Libera <mariusz.libera@gmail.com>
|
||||
# Contributor: John Williams <jwilliams4200 liamg reverse&remove moc>
|
||||
|
@ -7,7 +6,7 @@
|
|||
# - removed numactl dependency
|
||||
|
||||
pkgname=fio
|
||||
pkgver=3.12
|
||||
pkgver=3.13
|
||||
pkgrel=1
|
||||
pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
|
||||
arch=(x86_64)
|
||||
|
@ -21,7 +20,7 @@ optdepends=(
|
|||
'gnuplot: generating plots using fio_generate_plots'
|
||||
)
|
||||
source=(https://github.com/axboe/fio/archive/fio-$pkgver.zip)
|
||||
sha256sums=('85f24f16313f5c149d95a00104fdae99df26290de70d1f94ed6a00d7fcfa91f1')
|
||||
sha256sums=('9bc21cf7c89beb19796c60a67f20aeb8347502965721f1ea22efa9967cce3502')
|
||||
|
||||
prepare() {
|
||||
cd fio-fio-$pkgver
|
||||
|
|
Loading…
Reference in a new issue