summarylogtreecommitdiffstats
diff options
context:
space:
mode:
author-TOSH-2015-11-01 15:32:56 +0100
committer-TOSH-2015-11-01 15:32:56 +0100
commitbcf658e1cb04d77573a1f87b694db62f5d12e6cf (patch)
tree893b7b9bb8cf92aa7e900bbcdcf0da6803e4a5d8
parent117fcad44708a1c9c8294d2ffece487e38a21a64 (diff)
downloadaur-bcf658e1cb04d77573a1f87b694db62f5d12e6cf.tar.gz
Version 0.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 217a79b1ad79..8f1d5a6ba6e0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = perl-capstone
pkgdesc = A Perl binding for the capstone-engine library
- pkgver = 0.2.2
+ pkgver = 0.3
pkgrel = 1
url = https://github.com/t00sh/perl-capstone
arch = i686
@@ -8,8 +8,8 @@ pkgbase = perl-capstone
license = GPL3
depends = capstone
depends = perl
- source = https://github.com/t00sh/perl-capstone/archive/v0.2.2.tar.gz
- sha256sums = 475ffa1e199d0d5e39b1bd138bf940c4edcb180ba579b30dabd46b4a5f66573e
+ source = https://github.com/t00sh/perl-capstone/archive/v0.3.tar.gz
+ sha256sums = d20af32d77ef15b6f6ab263c79a06f9af39309797444ec0cf34506ed0a7159dc
pkgname = perl-capstone
diff --git a/PKGBUILD b/PKGBUILD
index 05467ff7c024..92c8bc3c4cba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: TOSH <tosh@t0x0sh.org>b
pkgname=perl-capstone
-pkgver=0.2.2
+pkgver=0.3
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=('475ffa1e199d0d5e39b1bd138bf940c4edcb180ba579b30dabd46b4a5f66573e')
+sha256sums=('d20af32d77ef15b6f6ab263c79a06f9af39309797444ec0cf34506ed0a7159dc')
build() {
cd "$srcdir/$pkgname-$pkgver"
perl Makefile.PL