summarylogtreecommitdiffstats
diff options
context:
space:
mode:
author-TOSH-2016-09-17 20:21:12 +0200
committer-TOSH-2016-09-17 20:21:12 +0200
commit92129876ffcbe1703c91b05fe52b4e7f159b2fd5 (patch)
treea0ee50f01be47d6b666c9863e21b3d3b4d3e2883
parent2734c19694a3c8734488a06f1353da8411e341f7 (diff)
downloadaur-92129876ffcbe1703c91b05fe52b4e7f159b2fd5.tar.gz
v0.6
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9395a89a09ba..d5be637e00b2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Sat Sep 17 18:21:12 UTC 2016
pkgbase = perl-capstone
pkgdesc = A Perl binding for the capstone-engine library
- pkgver = 0.5
+ pkgver = 0.6
pkgrel = 1
url = https://github.com/t00sh/perl-capstone
arch = i686
@@ -8,8 +10,8 @@ pkgbase = perl-capstone
license = GPL3
depends = capstone
depends = perl
- source = https://github.com/t00sh/perl-capstone/archive/v0.5.tar.gz
- sha256sums = 29205fd5da92581790e1a2c904a4e6018c0cb2fed427ef1208948d2d7df575ea
+ source = https://github.com/t00sh/perl-capstone/archive/v0.6.tar.gz
+ sha256sums = dd46fc5fc23c3b67025370c2dd4a6be0a071af07c4e515d21aec28003f5aa6ed
pkgname = perl-capstone
diff --git a/PKGBUILD b/PKGBUILD
index 365cb33a14bb..362f4055d276 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: TOSH <tosh@t0x0sh.org>b
pkgname=perl-capstone
-pkgver=0.5
+pkgver=0.6
pkgrel=1
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=('29205fd5da92581790e1a2c904a4e6018c0cb2fed427ef1208948d2d7df575ea')
+sha256sums=('dd46fc5fc23c3b67025370c2dd4a6be0a071af07c4e515d21aec28003f5aa6ed')
build() {
cd "$srcdir/$pkgname-$pkgver"