summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
author-TOSH-2016-03-26 20:31:36 +0100
committer-TOSH-2016-03-26 20:31:36 +0100
commit0b6f81a15a4360c37c2e26b1460b3977786f456b (patch)
tree30242498b518bd2c788f909d5a4c18356a6f071b /PKGBUILD
parente566aafdabdb48ad6ed4baf1049b2519552a6b1f (diff)
downloadaur-0b6f81a15a4360c37c2e26b1460b3977786f456b.tar.gz
Fix sha256sums
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e9b70da21436..e689b86922e4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,15 @@
pkgname=perl-capstone
pkgver=0.4
-pkgrel=1
+pkgrel=2
pkgdesc="A Perl binding for the capstone-engine library"
arch=('i686' 'x86_64')
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=('d20af32d77ef15b6f6ab263c79a06f9af39309797444ec0cf34506ed0a7159dc')
+sha256sums=('0623a9f52c36adb20a4e3c7a931a7bfe5e0939f7d0e10df908f608ef0e34a551')
+
build() {
cd "$srcdir/$pkgname-$pkgver"
perl Makefile.PL