summaryrefslogtreecommitdiff
path: root/pcr/gringo/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'pcr/gringo/PKGBUILD')
-rw-r--r--pcr/gringo/PKGBUILD7
1 files changed, 5 insertions, 2 deletions
diff --git a/pcr/gringo/PKGBUILD b/pcr/gringo/PKGBUILD
index 4e9e56248..f2d218872 100644
--- a/pcr/gringo/PKGBUILD
+++ b/pcr/gringo/PKGBUILD
@@ -4,15 +4,18 @@
pkgname=gringo
groups=('potassco')
pkgver=4.4.0
-pkgrel=1
+pkgrel=1.1
pkgdesc="Grounding tools for (disjunctive) logic programs."
-arch=('x86_64' 'i686' 'armv6h' 'armv7h')
+arch=('x86_64' 'i686')
url="http://potassco.sourceforge.net/"
license=('GPL3')
depends=()
makedepends=('bison' 're2c' 'scons')
source=(
"http://downloads.sourceforge.net/project/potassco/${pkgname}/${pkgver}/${pkgname}-${pkgver}-source.tar.gz")
+md5sums='00627846648d6818117bfa8185e491c6'
+
+
build() {
cd "${srcdir}/${pkgname}-${pkgver}-source"