summarylogtreecommitdiffstats
diff options
context:
space:
mode:
author-TOSH-2015-07-20 22:34:00 +0200
committer-TOSH-2015-07-20 22:34:00 +0200
commitd6257521a7258afd5ee40151f99d747bb1913184 (patch)
treeb7db39822954122e49612bd81f11e9ef4f04adda
parenta44ab05c8c4fe1bf9adfc8b29709eb256a8d123c (diff)
downloadaur-d6257521a7258afd5ee40151f99d747bb1913184.tar.gz
Fix in PKGBUILD (sha256sums) (pkgrel = 4)
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a0814a6f4b1e..f373a0408363 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = perl-capstone
pkgdesc = A Perl binding for the capstone-engine library
pkgver = 0.2
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/t00sh/perl-capstone
arch = i686
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = perl-capstone
depends = capstone
depends = perl
source = https://github.com/t00sh/perl-capstone/archive/v0.2.tar.gz
- sha256sums = 1f23aa1c6088f2b27e3d5782298270c77ad6b1668835286e4fd5a0791ed0263e
+ sha256sums = 6ec97b21457c0463bd06f3e50fee06d2936c101ba060f7e2d02ea2c1c6d4e506
pkgname = perl-capstone
diff --git a/PKGBUILD b/PKGBUILD
index eb23835ba9b7..9456b828d521 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=perl-capstone
pkgver=0.2
-pkgrel=3
+pkgrel=4
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=('1f23aa1c6088f2b27e3d5782298270c77ad6b1668835286e4fd5a0791ed0263e')
+sha256sums=('6ec97b21457c0463bd06f3e50fee06d2936c101ba060f7e2d02ea2c1c6d4e506')
build() {
cd "$srcdir/$pkgname-$pkgver"