summarylogtreecommitdiffstats
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
parentc16d87a2c2f73b07ad9027c0a97d23517fba5090 (diff)
downloadaur-a44ab05c8c4fe1bf9adfc8b29709eb256a8d123c.tar.gz
Fix in PKGBUILD (pkgrel = 3)
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7d8b29a95acb..a0814a6f4b1e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,11 @@
pkgbase = perl-capstone
pkgdesc = A Perl binding for the capstone-engine library
pkgver = 0.2
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/t00sh/perl-capstone
arch = i686
arch = x86_64
- groups = base-devel
- license = GPLv3
+ license = GPL3
depends = capstone
depends = perl
source = https://github.com/t00sh/perl-capstone/archive/v0.2.tar.gz
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')