summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew Sun2022-06-03 09:42:49 -0400
committerAndrew Sun2022-06-03 09:42:49 -0400
commitd789d9bbb1484bd04e6578a5c3f16388dd724110 (patch)
treec602a247953431895cfe3bfc0131fda42419dbc4 /PKGBUILD
parent97d4b57b933be6d04fcd4fb631d7817290a89859 (diff)
downloadaur-d789d9bbb1484bd04e6578a5c3f16388dd724110.tar.gz
disable lto for now to fix build
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ad89b36d0108..f8c9aec84cf2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=clingo
pkgver=5.5.2
-pkgrel=1
+pkgrel=2
pkgdesc='Grounding tools for (disjunctive) logic programs'
arch=('i686' 'x86_64' 'pentium4')
url='https://potassco.org/'
@@ -12,6 +12,7 @@ license=('MIT')
depends=('lua' 'python')
makedepends=('clang' 'cmake' 'git' 'ninja' 're2c')
conflicts=('clasp')
+options=('!lto')
source=("git+https://github.com/potassco/clingo#tag=v${pkgver}")
sha256sums=('SKIP')