summarylogtreecommitdiffstats
diff options
context:
space:
mode:
author-TOSH-2017-03-07 17:03:34 +0100
committer-TOSH-2017-03-07 17:03:34 +0100
commit3f31be246698d4a9b2726136f073ccc6e5e5c0c2 (patch)
tree57ed1d64c6b45fbb4db46c60273ba7c4465fb878
parent92129876ffcbe1703c91b05fe52b4e7f159b2fd5 (diff)
downloadaur-3f31be246698d4a9b2726136f073ccc6e5e5c0c2.tar.gz
v0.7
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d5be637e00b2..714dc5633531 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Sep 17 18:21:12 UTC 2016
+# Tue Mar 7 16:03:34 UTC 2017
pkgbase = perl-capstone
pkgdesc = A Perl binding for the capstone-engine library
- pkgver = 0.6
+ pkgver = 0.7
pkgrel = 1
url = https://github.com/t00sh/perl-capstone
arch = i686
@@ -10,8 +10,8 @@ pkgbase = perl-capstone
license = GPL3
depends = capstone
depends = perl
- source = https://github.com/t00sh/perl-capstone/archive/v0.6.tar.gz
- sha256sums = dd46fc5fc23c3b67025370c2dd4a6be0a071af07c4e515d21aec28003f5aa6ed
+ source = https://github.com/t00sh/perl-capstone/archive/v0.7.tar.gz
+ sha256sums = ce45fd97329badb8f992e2a66134adf13006d9b883629ee82068b0e096c4b979
pkgname = perl-capstone
diff --git a/PKGBUILD b/PKGBUILD
index 362f4055d276..4271d22136ed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: TOSH <tosh@t0x0sh.org>b
pkgname=perl-capstone
-pkgver=0.6
+pkgver=0.7
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=('dd46fc5fc23c3b67025370c2dd4a6be0a071af07c4e515d21aec28003f5aa6ed')
+sha256sums=('ce45fd97329badb8f992e2a66134adf13006d9b883629ee82068b0e096c4b979')
build() {
cd "$srcdir/$pkgname-$pkgver"