aboutsummaryrefslogtreecommitdiffstats
path: root/community/glpk/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/glpk/APKBUILD')
-rw-r--r--community/glpk/APKBUILD11
1 files changed, 9 insertions, 2 deletions
diff --git a/community/glpk/APKBUILD b/community/glpk/APKBUILD
index 4184fa4de9d..e56dfa13f66 100644
--- a/community/glpk/APKBUILD
+++ b/community/glpk/APKBUILD
@@ -2,14 +2,21 @@
# Maintainer: Duncan Bellamy <dunk@denkimushi.com>
pkgname=glpk
pkgver=5.0
-pkgrel=0
+pkgrel=2
pkgdesc="GLPK: For solving linear and mixed integer programming and other problems"
url="https://www.gnu.org/software/glpk/"
arch="all"
license="GPL-3.0-only"
makedepends="gmp-dev"
subpackages="$pkgname-dev"
-source="http://ftpmirror.gnu.org/gnu/glpk/glpk-$pkgver.tar.gz"
+source="https://ftp.gnu.org/gnu/glpk/glpk-$pkgver.tar.gz"
+
+prepare() {
+ default_prepare
+
+ update_config_sub
+ update_config_guess
+}
build() {
./configure \