summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAaron Fischer2022-03-04 07:57:21 +0100
committerAaron Fischer2022-03-04 07:57:21 +0100
commit2ede184a5c14303697e6ad9ac02b41080b8fd329 (patch)
treeb30e7e7489d879d93735a5f6ca84d1e4ab2f5b59 /PKGBUILD
parent0b6b7fcb3d7cc5bef9dbb61f9d48d6a352b76e63 (diff)
downloadaur-2ede184a5c14303697e6ad9ac02b41080b8fd329.tar.gz
isl moved to extra
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ac3f4d6a0ffa..11bdcfbb9dce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=cloog
pkgver=0.20.0
-pkgrel=1
+pkgrel=2
pkgdesc="Library that generates loops for scanning polyhedra"
arch=('i686' 'x86_64' 'armv7h')
url="http://www.bastoul.net/cloog/"
license=('GPL')
-depends=('osl' 'isl')
+depends=('osl' 'libisl')
makedepends=('texlive-core' 'texlive-bin')
source=(https://github.com/periscop/cloog/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz)
sha512sums=('d00cbefd348b45d9d482320a088f7ae736440046b99469cbdfbb177a38dcef182c3305f0a567a1f5699c23b7108db6fd5ad6dfbc071d63ccca1d6bfc1b198565')