mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
community/fio to 3.11-1
This commit is contained in:
parent
1795acff44
commit
0cda0e07d4
1 changed files with 3 additions and 3 deletions
|
@ -7,21 +7,21 @@
|
|||
# - removed numactl dependency
|
||||
|
||||
pkgname=fio
|
||||
pkgver=3.10
|
||||
pkgver=3.11
|
||||
pkgrel=1
|
||||
pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
|
||||
arch=(x86_64)
|
||||
url='https://github.com/axboe/fio'
|
||||
license=(GPL2)
|
||||
# TODO: enable rdma, need to move the libraries from AUR
|
||||
depends=(bash libaio python2 glusterfs ceph)
|
||||
depends=(bash libaio python2 glusterfs)
|
||||
makedepends=(gtk2)
|
||||
optdepends=(
|
||||
'gtk2: for gfio - fio GUI frontend'
|
||||
'gnuplot: generating plots using fio_generate_plots'
|
||||
)
|
||||
source=(https://github.com/axboe/fio/archive/fio-$pkgver.zip)
|
||||
sha256sums=('13526533cbfaff1241c8f5d1a35c950cbb0c18b2822b1938c678ce287158da02')
|
||||
sha256sums=('f8271adb66ad36e5aa282093b337fadf3380fff63ffa6a653dec701fdf99ff0c')
|
||||
|
||||
prepare() {
|
||||
cd fio-fio-$pkgver
|
||||
|
|
Loading…
Reference in a new issue