summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDimitris Kiziridis2019-11-16 08:07:45 +0200
committerDimitris Kiziridis2019-11-16 08:07:45 +0200
commit60ccef078bbe319f9a4452200c665dfd628320d2 (patch)
tree0c519f3ee94c69457f68884beb6985198d4a740a /PKGBUILD
parentd1ab07b0045c53b7abc13e474514c4d949b1db14 (diff)
downloadaur-60ccef078bbe319f9a4452200c665dfd628320d2.tar.gz
bug fix
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ba560b856155..4fd86994c478 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,12 +16,12 @@ replaces=('ziboptsuite')
depends=('gmp' 'readline' 'zlib')
makedepends=('ninja' 'bison' 'cmake' 'flex' "${depends[@]}")
optdepends=('coin-or-ipopt: COIN-OR Interior Point Optimizer IPOPT'
- 'gsl: GNU Scientific Library'
- 'cliquer: C routines for finding cliques in an arbitrary weighted graph'
+ 'gsl: GNU Scientific Library'
+ 'cliquer: C routines for finding cliques in an arbitrary weighted graph'
'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=("${url}/download/release/${pkgname}-${pkgver}.tgz")
sha256sums=('e25329a2ed4fbdde8a32279a4c955ee7a8b8795429b6e7105ae17998c2ecbe66')
build() {