[arch-commits] Commit in fio/trunk (PKGBUILD)

Anatol Pomozov anatolik at archlinux.org
Mon Sep 23 22:15:39 UTC 2019


    Date: Monday, September 23, 2019 @ 22:15:39
  Author: anatolik
Revision: 511614

upgpkg: fio 3.16-1

Modified:
  fio/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-23 21:13:35 UTC (rev 511613)
+++ PKGBUILD	2019-09-23 22:15:39 UTC (rev 511614)
@@ -3,7 +3,7 @@
 # Contributor: John Williams <jwilliams4200 liamg reverse&remove moc>
 
 pkgname=fio
-pkgver=3.15
+pkgver=3.16
 pkgrel=1
 pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
 arch=(x86_64)
@@ -16,12 +16,16 @@
   '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() {



More information about the arch-commits mailing list