summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Schulte2019-08-02 10:43:23 -0400
committerEric Schulte2019-08-02 10:43:23 -0400
commit90c67f2c949c88acba7eeee7ed4fc9924b09fb61 (patch)
treea6c1c353c3e47a5fa307e97d3c64d60ce2c368fd
parenta792f4e7fd7873b3d1525a8a6b885c5de61209bb (diff)
downloadaur-90c67f2c949c88acba7eeee7ed4fc9924b09fb61.tar.gz
Update version to 1.6.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9816b16cf728..04312af23869 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = souffle
pkgdesc = Soufflé is a translator of declarative Datalog programs into the C++ language
- pkgver = 1.5.1
+ pkgver = 1.6.1
pkgrel = 1
- url = https://github.com/grammatech/ddisasm
+ url = https://github.com/souffle-lang/souffle
arch = any
license = UPL
makedepends = autoconf
@@ -22,8 +22,8 @@ pkgbase = souffle
depends = zlib
provides = souffle
conflicts = souffle-git
- source = https://github.com/souffle-lang/souffle/archive/1.5.1.zip
- md5sums = e8d9f1f1d0d69703940e9203d834108a
+ source = https://github.com/souffle-lang/souffle/archive/1.6.1.zip
+ md5sums = 3135f0bfd20d45e8352132e27a8e00e4
pkgname = souffle
diff --git a/PKGBUILD b/PKGBUILD
index 3add27bedbc5..950fd83766f1 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=1.5.1
+pkgver=1.6.1
pkgrel=1
pkgdesc="Soufflé is a translator of declarative Datalog programs into the C++ language"
arch=('any')
@@ -18,8 +18,8 @@ backup=()
options=()
install=
noextract=()
-source=('https://github.com/souffle-lang/souffle/archive/1.5.1.zip')
-md5sums=('e8d9f1f1d0d69703940e9203d834108a')
+source=("https://github.com/souffle-lang/souffle/archive/${pkgver}.zip")
+md5sums=('3135f0bfd20d45e8352132e27a8e00e4')
build() {
cd "$srcdir/${pkgname}-${pkgver}"