summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Schulte2019-08-02 10:27:23 -0400
committerEric Schulte2019-08-02 10:27:23 -0400
commita792f4e7fd7873b3d1525a8a6b885c5de61209bb (patch)
tree8bad44c9056de4ad3ed4d89c2d68d7a2002faf8a
parent243cbb9fc5e2b3cf5ee31576e9b4ef57e65b1c1b (diff)
downloadaur-a792f4e7fd7873b3d1525a8a6b885c5de61209bb.tar.gz
Fix upstream URL
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cf228f2c565e..3add27bedbc5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgver=1.5.1
pkgrel=1
pkgdesc="Soufflé is a translator of declarative Datalog programs into the C++ language"
arch=('any')
-url="https://github.com/grammatech/ddisasm"
+url="https://github.com/souffle-lang/souffle"
license=('UPL')
groups=()
depends=('sqlite' 'python' 'zlib')