summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Sun2021-11-02 08:47:38 -0400
committerAndrew Sun2021-11-02 08:47:38 -0400
commit8ea99b944d128d0e48e29fddc21231774abd5780 (patch)
treefa4da19ca406452d16c3ce0322cd7b0f44c53e59
parentaea97c80857735c973fe3e6987538a28ac90d172 (diff)
downloadaur-8ea99b944d128d0e48e29fddc21231774abd5780.tar.gz
update url and source
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9903d41091b1..898a809e2532 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = isl
pkgdesc = Library for manipulating sets and relations of integer points bounded by linear constraints
pkgver = 0.24
pkgrel = 2
- url = http://isl.gforge.inria.fr/
+ url = https://libisl.sourceforge.io
arch = i686
arch = x86_64
license = MIT
@@ -12,7 +12,7 @@ pkgbase = isl
conflicts = isl15
conflicts = isl16
conflicts = isl17
- source = https://mirror.sobukus.de/files/src/isl/isl-0.24.tar.xz
+ source = https://libisl.sourceforge.io/isl-0.24.tar.xz
sha256sums = 043105cc544f416b48736fff8caf077fb0663a717d06b1113f16e391ac99ebad
pkgname = isl
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() {