summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
author-TOSH-2015-07-29 17:20:15 +0200
committer-TOSH-2015-07-29 17:20:15 +0200
commit290cd5b0ccf71fc38093ac1782de7b7e091b36b5 (patch)
tree58bcbfbb11ab9c08a13e14fc1ba569aeabe231cf /PKGBUILD
parentd6257521a7258afd5ee40151f99d747bb1913184 (diff)
downloadaur-290cd5b0ccf71fc38093ac1782de7b7e091b36b5.tar.gz
v0.2.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9456b828d521..c3635b9f8f12 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: TOSH <tosh@t0x0sh.org>b
pkgname=perl-capstone
-pkgver=0.2
+pkgver=0.2.1
pkgrel=4
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=('6ec97b21457c0463bd06f3e50fee06d2936c101ba060f7e2d02ea2c1c6d4e506')
+sha256sums=('4ecc5f05a5050790e6811a325acea1ce1c2a5a3721d4af9b2a2561585ba0a540')
build() {
cd "$srcdir/$pkgname-$pkgver"