summarylogtreecommitdiffstats
path: root/PKGBUILD
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 /PKGBUILD
parent92129876ffcbe1703c91b05fe52b4e7f159b2fd5 (diff)
downloadaur-3f31be246698d4a9b2726136f073ccc6e5e5c0c2.tar.gz
v0.7
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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"