summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
author-TOSH-2016-09-17 20:21:12 +0200
committer-TOSH-2016-09-17 20:21:12 +0200
commit92129876ffcbe1703c91b05fe52b4e7f159b2fd5 (patch)
treea0ee50f01be47d6b666c9863e21b3d3b4d3e2883 /PKGBUILD
parent2734c19694a3c8734488a06f1353da8411e341f7 (diff)
downloadaur-92129876ffcbe1703c91b05fe52b4e7f159b2fd5.tar.gz
v0.6
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 365cb33a14bb..362f4055d276 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: TOSH <tosh@t0x0sh.org>b
pkgname=perl-capstone
-pkgver=0.5
+pkgver=0.6
pkgrel=1
pkgdesc="A Perl binding for the capstone-engine library"
arch=('i686' 'x86_64')
@@ -9,7 +9,7 @@ url="https://github.com/t00sh/perl-capstone"
license=('GPL3')
depends=('capstone' 'perl')
source=("https://github.com/t00sh/perl-capstone/archive/v$pkgver.tar.gz")
-sha256sums=('29205fd5da92581790e1a2c904a4e6018c0cb2fed427ef1208948d2d7df575ea')
+sha256sums=('dd46fc5fc23c3b67025370c2dd4a6be0a071af07c4e515d21aec28003f5aa6ed')
build() {
cd "$srcdir/$pkgname-$pkgver"