summarylogtreecommitdiffstats
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
parente566aafdabdb48ad6ed4baf1049b2519552a6b1f (diff)
downloadaur-0b6f81a15a4360c37c2e26b1460b3977786f456b.tar.gz
Fix sha256sums
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 73ea1e17f66d..a437f14bf499 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Thu Mar 3 15:24:14 UTC 2016
+# Sat Mar 26 19:31:21 UTC 2016
pkgbase = perl-capstone
pkgdesc = A Perl binding for the capstone-engine library
pkgver = 0.4
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/t00sh/perl-capstone
arch = i686
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = perl-capstone
depends = capstone
depends = perl
source = https://github.com/t00sh/perl-capstone/archive/v0.4.tar.gz
- sha256sums = d20af32d77ef15b6f6ab263c79a06f9af39309797444ec0cf34506ed0a7159dc
+ sha256sums = 0623a9f52c36adb20a4e3c7a931a7bfe5e0939f7d0e10df908f608ef0e34a551
pkgname = perl-capstone
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