summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3ab623c9852c..f7c77987db65 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = clingo
pkgdesc = Grounding tools for (disjunctive) logic programs
- pkgver = 5.5.2
- pkgrel = 2
+ pkgver = 5.6.0
+ pkgrel = 1
url = https://potassco.org/
arch = i686
arch = x86_64
@@ -16,7 +16,7 @@ pkgbase = clingo
depends = python
conflicts = clasp
options = !lto
- source = git+https://github.com/potassco/clingo#tag=v5.5.2
+ source = git+https://github.com/potassco/clingo#tag=v5.6.0
sha256sums = SKIP
pkgname = clingo
diff --git a/PKGBUILD b/PKGBUILD
index f8c9aec84cf2..2dce4288b4d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Contributor: Vincent Bernardoff <vb at luminar dot eu dot org>
pkgname=clingo
-pkgver=5.5.2
-pkgrel=2
+pkgver=5.6.0
+pkgrel=1
pkgdesc='Grounding tools for (disjunctive) logic programs'
arch=('i686' 'x86_64' 'pentium4')
url='https://potassco.org/'