summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Schulte2021-09-30 10:08:14 -0400
committerEric Schulte2021-09-30 10:08:14 -0400
commitc0af8ec698c5664c1f5c0e93447718eee85b2245 (patch)
tree80307edfb312997c4deecfbe28b2e51fe6449fe4
parentf8f6105c032a66787a48df4f41185afe2a9b6b71 (diff)
downloadaur-c0af8ec698c5664c1f5c0e93447718eee85b2245.tar.gz
Update to latest version 2.1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index be60436caf07..828e007fe12f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = souffle
pkgdesc = Soufflé is a translator of declarative Datalog programs into the C++ language
- pkgver = 2.0.2
+ pkgver = 2.1
pkgrel = 1
url = https://github.com/souffle-lang/souffle
arch = any
@@ -22,7 +22,7 @@ pkgbase = souffle
depends = mcpp
provides = souffle
conflicts = souffle-git
- source = https://github.com/souffle-lang/souffle/archive/2.0.2.zip
+ source = https://github.com/souffle-lang/souffle/archive/2.1.zip
md5sums = e5ac5a043ce1b1982f9e75a88b2cb697
pkgname = souffle
diff --git a/PKGBUILD b/PKGBUILD
index c115fc3fdc63..000136b4269c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Based off of the souffle-git pkgfile by
# Sam Linnfer <littlelightlittlefire@gmail.com>
pkgname=souffle
-pkgver=2.0.2
+pkgver=2.1
pkgrel=1
pkgdesc="Soufflé is a translator of declarative Datalog programs into the C++ language"
arch=('any')