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

Anatol Pomozov anatolik at archlinux.org
Sat Nov 28 16:28:49 UTC 2015


    Date: Saturday, November 28, 2015 @ 17:28:49
  Author: anatolik
Revision: 147904

upgpkg: fio 2.2.12-1

Modified:
  fio/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-11-28 16:23:12 UTC (rev 147903)
+++ PKGBUILD	2015-11-28 16:28:49 UTC (rev 147904)
@@ -4,7 +4,7 @@
 # Contributor: John Williams <jwilliams4200 liamg reverse&remove moc>
 
 pkgname=fio
-pkgver=2.2.11
+pkgver=2.2.12
 pkgrel=1
 pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
 arch=(i686 x86_64)
@@ -16,11 +16,11 @@
   'gtk2: for gfio - fio GUI frontend' 
   'gnuplot: generating plots using fio_generate_plots'
 )
-source=(http://brick.kernel.dk/snaps/fio-$pkgver.tar.bz2)
-sha256sums=('03ac5354537002f44d09112a46e97d59dee326ddb01e3a1cee65dcc9322ebcf2')
+source=(https://github.com/axboe/fio/archive/fio-$pkgver.zip)
+sha256sums=('a11a6c6843500c7335599aa91c94af4a3a62374bc6f046f2e060e1c19f8fa89d')
 
 prepare() {
-  cd fio-$pkgver
+  cd fio-fio-$pkgver
 
   sed -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' -i tools/plot/fio2gnuplot 
 }
@@ -27,12 +27,12 @@
 
 # TODO: enable rdma, need to move the libraries from AUR
 build() {
-  cd fio-$pkgver
+  cd fio-fio-$pkgver
   ./configure --enable-gfio --extra-cflags="$CFLAGS"
 }
 
 package() {
-  cd fio-$pkgver
+  cd fio-fio-$pkgver
   make DESTDIR="$pkgdir" prefix=/usr mandir=/usr/share/man install
 
   # documentation



More information about the arch-commits mailing list