From abd89e2d335cc1c3c36d1f3b7210a8816aadd17b Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Thu, 28 Sep 2017 18:02:19 +0000 Subject: [PATCH] community/fio to 3.1-1 --- community/fio/PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/community/fio/PKGBUILD b/community/fio/PKGBUILD index e114f0daf..994d88608 100644 --- a/community/fio/PKGBUILD +++ b/community/fio/PKGBUILD @@ -7,7 +7,7 @@ # - removed numactl dependency pkgname=fio -pkgver=3.0 +pkgver=3.1 pkgrel=1 pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing' arch=(i686 x86_64) @@ -21,7 +21,7 @@ optdepends=( 'gnuplot: generating plots using fio_generate_plots' ) source=(https://github.com/axboe/fio/archive/fio-$pkgver.zip) -sha256sums=('b4c7e4f927e0b9b7d716c4c72a847198816a0b64bda4b70e7ad5efe546f3376e') +sha256sums=('3253de75c269359a82c992f6b1db95c88c1c417d580baf8d8352db270fa8a938') prepare() { cd fio-fio-$pkgver @@ -43,6 +43,7 @@ package() { install -dm755 "$pkgdir/usr/share/doc/$pkgname" install -m644 HOWTO README REPORTING-BUGS SERVER-TODO "$pkgdir/usr/share/doc/$pkgname" install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING" + install -Dm644 MORAL-LICENSE "$pkgdir/usr/share/licenses/$pkgname/MORAL-LICENSE" # examples install -dm755 "$pkgdir/usr/share/doc/$pkgname/examples"