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

Anatol Pomozov anatolik at archlinux.org
Tue Dec 17 21:00:06 UTC 2019


    Date: Tuesday, December 17, 2019 @ 21:00:06
  Author: anatolik
Revision: 537960

upgpkg: fio 3.17-1

Modified:
  fio/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-12-17 20:21:51 UTC (rev 537959)
+++ PKGBUILD	2019-12-17 21:00:06 UTC (rev 537960)
@@ -3,7 +3,7 @@
 # Contributor: John Williams <jwilliams4200 liamg reverse&remove moc>
 
 pkgname=fio
-pkgver=3.16
+pkgver=3.17
 pkgrel=1
 pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
 arch=(x86_64)
@@ -16,16 +16,12 @@
   'gtk2: for gfio - fio GUI frontend' 
   'gnuplot: generating plots using fio_generate_plots'
 )
-source=(https://github.com/axboe/fio/archive/fio-$pkgver.zip
-        fix_gfio.patch::https://github.com/axboe/fio/commit/5b215853ed4b438b5b2d4ac3e56d5f0d19e145d9.patch)
-sha256sums=('89d7ad146da0fbd0bc173f06b024842ffeea121a647bb11a9ac4b724bb4115d6'
-            'efb0ba43f62d4a07312d9c57bdfdcb7c598e6bd16b8814fcd164771a7fadc4f6')
+source=(https://github.com/axboe/fio/archive/fio-$pkgver.zip)
+sha256sums=('3959535de52bc50565c45f66cd86c614513c12cafc02bc655ae65e5fb3bf060b')
 
 prepare() {
   cd fio-fio-$pkgver
   sed -e 's|#!/usr/bin/python2.7$|#!/usr/bin/python|' -i tools/{fio_jsonplus_clat2csv,fiologparser.py,hist/fiologparser_hist.py,hist/half-bins.py,plot/fio2gnuplot}
-
-  patch -p1 < ../fix_gfio.patch
 }
 
 build() {



More information about the arch-commits mailing list