glpk: fix license
This commit is contained in:
parent
4250714a7e
commit
a2915a67c8
1 changed files with 2 additions and 2 deletions
|
@ -1,13 +1,13 @@
|
|||
# Template file for 'glpk'
|
||||
pkgname=glpk
|
||||
version=5.0
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-gmp"
|
||||
makedepends="gmp-devel"
|
||||
short_desc="GNU Linear Programming Kit to solve LP, MIP and other problems"
|
||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||
license="GPL-3"
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="http://www.gnu.org/software/glpk/glpk.html"
|
||||
distfiles="${GNU_SITE}/glpk/${pkgname}-${version}.tar.gz"
|
||||
checksum=4a1013eebb50f728fc601bdd833b0b2870333c3b3e5a816eeba921d95bec6f15
|
||||
|
|
Loading…
Reference in a new issue