summarylogtreecommitdiffstats
diff options
context:
space:
mode:
author-TOSH-2015-07-20 18:59:57 +0200
committer-TOSH-2015-07-20 18:59:57 +0200
commitc16d87a2c2f73b07ad9027c0a97d23517fba5090 (patch)
tree57954423ca5569381c60863207ff0e0fe85989f4
parente098f4c190aa1479cbe75aefb667141a90e45f50 (diff)
downloadaur-c16d87a2c2f73b07ad9027c0a97d23517fba5090.tar.gz
Add Perl to dependencies
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4ea417882378..7d8b29a95acb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = perl-capstone
pkgdesc = A Perl binding for the capstone-engine library
pkgver = 0.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/t00sh/perl-capstone
arch = i686
arch = x86_64
groups = base-devel
license = GPLv3
depends = capstone
+ depends = perl
source = https://github.com/t00sh/perl-capstone/archive/v0.2.tar.gz
sha256sums = 1f23aa1c6088f2b27e3d5782298270c77ad6b1668835286e4fd5a0791ed0263e
diff --git a/PKGBUILD b/PKGBUILD
index d60e64819fa7..e7684b098ad6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=perl-capstone
pkgver=0.2
-pkgrel=1
+pkgrel=2
pkgdesc="A Perl binding for the capstone-engine library"
arch=('i686' 'x86_64')
url="https://github.com/t00sh/perl-capstone"
license=('GPLv3')
groups=('base-devel')
-depends=('capstone')
+depends=('capstone' 'perl')
source=("https://github.com/t00sh/perl-capstone/archive/v$pkgver.tar.gz")
sha256sums=('1f23aa1c6088f2b27e3d5782298270c77ad6b1668835286e4fd5a0791ed0263e')