summarylogtreecommitdiffstats
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
parent290cd5b0ccf71fc38093ac1782de7b7e091b36b5 (diff)
downloadaur-117fcad44708a1c9c8294d2ffece487e38a21a64.tar.gz
Version 0.2.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cdb79e42a3d5..217a79b1ad79 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = perl-capstone
pkgdesc = A Perl binding for the capstone-engine library
- pkgver = 0.2.1
- pkgrel = 4
+ pkgver = 0.2.2
+ pkgrel = 1
url = https://github.com/t00sh/perl-capstone
arch = i686
arch = x86_64
license = GPL3
depends = capstone
depends = perl
- source = https://github.com/t00sh/perl-capstone/archive/v0.2.1.tar.gz
- sha256sums = 4ecc5f05a5050790e6811a325acea1ce1c2a5a3721d4af9b2a2561585ba0a540
+ source = https://github.com/t00sh/perl-capstone/archive/v0.2.2.tar.gz
+ sha256sums = 475ffa1e199d0d5e39b1bd138bf940c4edcb180ba579b30dabd46b4a5f66573e
pkgname = perl-capstone
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