mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
community/fio to 3.16-1
This commit is contained in:
parent
c56fa54e00
commit
e055259b46
1 changed files with 7 additions and 3 deletions
|
@ -6,7 +6,7 @@
|
|||
# - removed numactl dependency
|
||||
|
||||
pkgname=fio
|
||||
pkgver=3.15
|
||||
pkgver=3.16
|
||||
pkgrel=1
|
||||
pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
|
||||
arch=(x86_64)
|
||||
|
@ -19,12 +19,16 @@ 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=('1b248dd4597a0915225cd606705bdd917fb15b210511e879c050771cceba3598')
|
||||
source=(https://github.com/axboe/fio/archive/fio-$pkgver.zip
|
||||
fix_gfio.patch::https://github.com/axboe/fio/commit/5b215853ed4b438b5b2d4ac3e56d5f0d19e145d9.patch)
|
||||
sha256sums=('89d7ad146da0fbd0bc173f06b024842ffeea121a647bb11a9ac4b724bb4115d6'
|
||||
'efb0ba43f62d4a07312d9c57bdfdcb7c598e6bd16b8814fcd164771a7fadc4f6')
|
||||
|
||||
prepare() {
|
||||
cd fio-fio-$pkgver
|
||||
sed -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' -i tools/plot/fio2gnuplot
|
||||
|
||||
patch -p1 < ../fix_gfio.patch
|
||||
}
|
||||
|
||||
build() {
|
||||
|
|
Loading…
Reference in a new issue