[arch-commits] Commit in fio/trunk (PKGBUILD)
Anatol Pomozov
anatolik at archlinux.org
Sat Feb 28 06:39:47 UTC 2015
Date: Saturday, February 28, 2015 @ 07:39:47
Author: anatolik
Revision: 128402
upgpkg: fio 2.2.6-1
Modified:
fio/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-02-27 21:27:55 UTC (rev 128401)
+++ PKGBUILD 2015-02-28 06:39:47 UTC (rev 128402)
@@ -4,7 +4,7 @@
# Contributor: John Williams <jwilliams4200 liamg reverse&remove moc>
pkgname=fio
-pkgver=2.2.5
+pkgver=2.2.6
pkgrel=1
pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
arch=(i686 x86_64)
@@ -17,7 +17,7 @@
'gnuplot: generating plots using fio_generate_plots'
)
source=(http://brick.kernel.dk/snaps/fio-$pkgver.tar.bz2)
-sha256sums=('c2e57448907e8b809cfda6a38b9bd6139638d3117142eb2593c419ded77d21dc')
+sha256sums=('5d9a12c9fe2de95d15053ed56de8b06cc4cec5bfa38758a796d3a2eb9ce688db')
prepare() {
cd fio-$pkgver
@@ -38,7 +38,7 @@
# documentation
install -dm755 "$pkgdir/usr/share/doc/$pkgname"
install -m644 HOWTO README REPORTING-BUGS SERVER-TODO "$pkgdir/usr/share/doc/$pkgname"
- install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+ install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
# examples
install -dm755 "$pkgdir/usr/share/doc/$pkgname/examples"
More information about the arch-commits
mailing list