summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew Sun2021-11-02 08:47:38 -0400
committerAndrew Sun2021-11-02 08:47:38 -0400
commit8ea99b944d128d0e48e29fddc21231774abd5780 (patch)
treefa4da19ca406452d16c3ce0322cd7b0f44c53e59 /PKGBUILD
parentaea97c80857735c973fe3e6987538a28ac90d172 (diff)
downloadaur-8ea99b944d128d0e48e29fddc21231774abd5780.tar.gz
update url and source
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c082ac8870e0..2576bb397900 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,11 +8,11 @@ pkgver=0.24
pkgrel=2
pkgdesc="Library for manipulating sets and relations of integer points bounded by linear constraints"
arch=('i686' 'x86_64')
-url="http://isl.gforge.inria.fr/"
+url="https://libisl.sourceforge.io"
depends=('gmp')
license=('MIT')
conflicts=('isl-git' 'isl14' 'isl15' 'isl16' 'isl17')
-source=("https://mirror.sobukus.de/files/src/isl/isl-${pkgver}.tar.xz")
+source=("https://libisl.sourceforge.io/isl-${pkgver}.tar.xz")
sha256sums=('043105cc544f416b48736fff8caf077fb0663a717d06b1113f16e391ac99ebad')
build() {