mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
community/fio to 2.2.4-1
This commit is contained in:
parent
437a9056e1
commit
6792b5a099
1 changed files with 3 additions and 3 deletions
|
@ -7,11 +7,11 @@
|
|||
# - removed numactl dependency
|
||||
|
||||
pkgname=fio
|
||||
pkgver=2.2.3
|
||||
pkgver=2.2.4
|
||||
pkgrel=1
|
||||
pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
|
||||
arch=(i686 x86_64)
|
||||
url='http://freshmeat.net/projects/fio'
|
||||
url='https://github.com/axboe/fio'
|
||||
license=(GPL2)
|
||||
depends=(bash libaio python2)
|
||||
makedepends=(gtk2)
|
||||
|
@ -20,7 +20,7 @@ optdepends=(
|
|||
'gnuplot: generating plots using fio_generate_plots'
|
||||
)
|
||||
source=(http://brick.kernel.dk/snaps/fio-$pkgver.tar.bz2)
|
||||
sha256sums=('cb06b79097569e12f9885fa5691b1f46df73e606e3d405fb63df6073739f469f')
|
||||
sha256sums=('9e1c77216457d9e21e418a55fa28bc1f98c283723fe9dcccff6138e3fb25285b')
|
||||
|
||||
prepare() {
|
||||
cd fio-$pkgver
|
||||
|
|
Loading…
Reference in a new issue