summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f922da418b7a..69095bf3b630 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Contributor: Marti Raudsepp <marti@juffo.org>
pkgname=blktrace
-pkgver=1.2.0
+pkgver=1.3.0
pkgrel=1
pkgdesc="Userspace utilities for tracing Linux block layer I/O"
arch=(i686 x86_64)
@@ -8,7 +8,7 @@ license=('GPL2')
url="http://brick.kernel.dk/snaps/"
depends=('libaio')
source=("http://brick.kernel.dk/snaps/$pkgname-$pkgver.tar.bz2")
-sha256sums=('26961888f7308f5e1343b16c44a59d2ab190e12ae17b1841e4a4e304bd3a3f45')
+sha256sums=('d6deda03862de2bd1b1b9fba729bbb862d9bca795e6aa7f7ca86b656811a70d6')
build() {
cd "$srcdir/$pkgname-$pkgver"