summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
author-TOSH-2015-11-01 14:56:14 +0100
committer-TOSH-2015-11-01 14:56:14 +0100
commit117fcad44708a1c9c8294d2ffece487e38a21a64 (patch)
tree9988031ea0521879cf35c0aa9d29e7b1df05e353 /PKGBUILD
parent290cd5b0ccf71fc38093ac1782de7b7e091b36b5 (diff)
downloadaur-117fcad44708a1c9c8294d2ffece487e38a21a64.tar.gz
Version 0.2.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c3635b9f8f12..05467ff7c024 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,15 @@
# Maintainer: TOSH <tosh@t0x0sh.org>b
pkgname=perl-capstone
-pkgver=0.2.1
-pkgrel=4
+pkgver=0.2.2
+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=('4ecc5f05a5050790e6811a325acea1ce1c2a5a3721d4af9b2a2561585ba0a540')
-
+sha256sums=('475ffa1e199d0d5e39b1bd138bf940c4edcb180ba579b30dabd46b4a5f66573e')
build() {
cd "$srcdir/$pkgname-$pkgver"
perl Makefile.PL