summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
author-TOSH-2015-07-20 22:31:38 +0200
committer-TOSH-2015-07-20 22:31:38 +0200
commita44ab05c8c4fe1bf9adfc8b29709eb256a8d123c (patch)
tree7b88f4fb806e72d19df15ef48397bb9b304e4c11 /PKGBUILD
parentc16d87a2c2f73b07ad9027c0a97d23517fba5090 (diff)
downloadaur-a44ab05c8c4fe1bf9adfc8b29709eb256a8d123c.tar.gz
Fix in PKGBUILD (pkgrel = 3)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e7684b098ad6..eb23835ba9b7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,11 @@
pkgname=perl-capstone
pkgver=0.2
-pkgrel=2
+pkgrel=3
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')
+license=('GPL3')
depends=('capstone' 'perl')
source=("https://github.com/t00sh/perl-capstone/archive/v$pkgver.tar.gz")
sha256sums=('1f23aa1c6088f2b27e3d5782298270c77ad6b1668835286e4fd5a0791ed0263e')