summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
author-TOSH-2016-05-09 19:07:01 +0200
committer-TOSH-2016-05-09 19:07:01 +0200
commit2734c19694a3c8734488a06f1353da8411e341f7 (patch)
tree122ddd23705edf8d62057fe3b75d7d95736d1fe7 /PKGBUILD
parent0b6f81a15a4360c37c2e26b1460b3977786f456b (diff)
downloadaur-2734c19694a3c8734488a06f1353da8411e341f7.tar.gz
Version 0.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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"