summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitris Kiziridis2019-11-16 08:12:54 +0200
committerDimitris Kiziridis2019-11-16 08:12:54 +0200
commit829e2003697ce71b9f530dc8d02d2d0c519870b9 (patch)
treeebf85c59b24ffe981e676707ea7098dd7799aa65
parent60ccef078bbe319f9a4452200c665dfd628320d2 (diff)
downloadaur-829e2003697ce71b9f530dc8d02d2d0c519870b9.tar.gz
download fix
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4fd86994c478..0953ea132770 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -21,7 +21,7 @@ optdepends=('coin-or-ipopt: COIN-OR Interior Point Optimizer IPOPT'
'bliss: Library for computing automorphism groups and canonical forms of graphs'
)
provides=('scip=6.0.2' 'soplex=4.0.2' 'zimpl=3.3.8')
-source=("${url}/download/release/${pkgname}-${pkgver}.tgz")
+source=("http://scip.zib.de/download/release/${pkgname}-${pkgver}.tgz")
sha256sums=('e25329a2ed4fbdde8a32279a4c955ee7a8b8795429b6e7105ae17998c2ecbe66')
build() {