summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
author-TOSH-2015-07-19 14:05:47 +0200
committer-TOSH-2015-07-19 14:05:47 +0200
commitdce60f446922330f71fa9242432ed8844525cec3 (patch)
treee9174a96a070edb356d859d5005a06c3e742ba24 /PKGBUILD
parent376fccdd7e1564bd18b7a332486d99c288e5347b (diff)
downloadaur-dce60f446922330f71fa9242432ed8844525cec3.tar.gz
Release v0.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 390aae8a63f1..4a216aee5df4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: TOSH <tosh@t0x0sh.org>b
pkgname=perl-capstone
-pkgver=0.1
+pkgver=0.2
pkgrel=1
pkgdesc="A Perl binding for the capstone-engine library"
arch=('i686' 'x86_64')
-url="https://github.com/t00sh/capstone-perl"
+url="https://github.com/t00sh/perl-capstone"
license=('GPLv3')
groups=('base-devel')
depends=('capstone')
-source=("https://github.com/t00sh/capstone-perl/archive/0.1.tar.gz")
-sha256sums=('0ce4273e69bd69b3067b401d419a6427024a75c5c6e0ce3bf11e3476679adbd4')
+source=("https://github.com/t00sh/perl-capstone/archive/v$pkgver.tar.gz")
+sha256sums=('a393109e1ad459f2b470dcf5480e3e8afb654d5182107a16442e9d529e39480c')
build() {
cd "$srcdir/$pkgname-$pkgver"