summarylogtreecommitdiffstats
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
parent376fccdd7e1564bd18b7a332486d99c288e5347b (diff)
downloadaur-dce60f446922330f71fa9242432ed8844525cec3.tar.gz
Release v0.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 56d02e104f5f..d4d6df96545a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = perl-capstone
pkgdesc = A Perl binding for the capstone-engine library
- pkgver = 0.1
+ pkgver = 0.2
pkgrel = 1
- url = https://github.com/t00sh/capstone-perl
+ url = https://github.com/t00sh/perl-capstone
arch = i686
arch = x86_64
groups = base-devel
license = GPLv3
depends = capstone
- source = https://github.com/t00sh/capstone-perl/archive/0.1.tar.gz
- sha256sums = 0ce4273e69bd69b3067b401d419a6427024a75c5c6e0ce3bf11e3476679adbd4
+ source = https://github.com/t00sh/perl-capstone/archive/v0.2.tar.gz
+ sha256sums = a393109e1ad459f2b470dcf5480e3e8afb654d5182107a16442e9d529e39480c
pkgname = perl-capstone
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"