summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cf45cf1864e0..072758003cec 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Sep 18 07:59:54 UTC 2016
+# Tue Mar 7 16:11:36 UTC 2017
pkgbase = perl-keystone
pkgdesc = A Perl binding for the keystone-engine library
- pkgver = 1.1
+ pkgver = 1.2
pkgrel = 1
url = https://github.com/t00sh/perl-keystone
arch = i686
@@ -10,8 +10,8 @@ pkgbase = perl-keystone
license = GPL3
depends = keystone
depends = perl
- source = https://github.com/t00sh/perl-keystone/archive/v1.1.tar.gz
- sha256sums = b333a598fee4e348a72027724ef09206b8acc4eb022ec807e2e6be23e5fa0418
+ source = https://github.com/t00sh/perl-keystone/archive/v1.2.tar.gz
+ sha256sums = 5d81f289cdbc381a9980454117ed11497461763f26b90c4e9d12149dbbedb748
pkgname = perl-keystone
diff --git a/PKGBUILD b/PKGBUILD
index b3aaaac4d114..28ac0aaa2a9d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: TOSH <tosh@t0x0sh.org>
pkgname=perl-keystone
-pkgver=1.1
+pkgver=1.2
pkgrel=1
pkgdesc="A Perl binding for the keystone-engine library"
arch=('i686' 'x86_64')
@@ -9,7 +9,7 @@ url="https://github.com/t00sh/perl-keystone"
license=('GPL3')
depends=('keystone' 'perl')
source=("https://github.com/t00sh/perl-keystone/archive/v$pkgver.tar.gz")
-sha256sums=('b333a598fee4e348a72027724ef09206b8acc4eb022ec807e2e6be23e5fa0418')
+sha256sums=('5d81f289cdbc381a9980454117ed11497461763f26b90c4e9d12149dbbedb748')
build() {
cd "$srcdir/$pkgname-$pkgver"