summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a437f14bf499..9395a89a09ba 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,15 @@
-# Generated by mksrcinfo v8
-# Sat Mar 26 19:31:21 UTC 2016
pkgbase = perl-capstone
pkgdesc = A Perl binding for the capstone-engine library
- pkgver = 0.4
- pkgrel = 2
+ pkgver = 0.5
+ pkgrel = 1
url = https://github.com/t00sh/perl-capstone
arch = i686
arch = x86_64
license = GPL3
depends = capstone
depends = perl
- source = https://github.com/t00sh/perl-capstone/archive/v0.4.tar.gz
- sha256sums = 0623a9f52c36adb20a4e3c7a931a7bfe5e0939f7d0e10df908f608ef0e34a551
+ source = https://github.com/t00sh/perl-capstone/archive/v0.5.tar.gz
+ sha256sums = 29205fd5da92581790e1a2c904a4e6018c0cb2fed427ef1208948d2d7df575ea
pkgname = perl-capstone
diff --git a/PKGBUILD b/PKGBUILD
index e689b86922e4..365cb33a14bb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: TOSH <tosh@t0x0sh.org>b
pkgname=perl-capstone
-pkgver=0.4
-pkgrel=2
+pkgver=0.5
+pkgrel=1
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=('0623a9f52c36adb20a4e3c7a931a7bfe5e0939f7d0e10df908f608ef0e34a551')
+sha256sums=('29205fd5da92581790e1a2c904a4e6018c0cb2fed427ef1208948d2d7df575ea')
build() {
cd "$srcdir/$pkgname-$pkgver"