gsl: update to 2.5.
Closes #34. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
5cb5c5d9d4
commit
eadf82fe24
|
@ -1,14 +1,14 @@
|
||||||
# Template file for 'gsl'
|
# Template file for 'gsl'
|
||||||
pkgname=gsl
|
pkgname=gsl
|
||||||
version=2.4
|
version=2.5
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
short_desc="A numerical library for C and C++ programmers"
|
short_desc="A numerical library for C and C++ programmers"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
|
license="GPL-3.0-or-later"
|
||||||
homepage="http://www.gnu.org/software/gsl/gsl.html"
|
homepage="http://www.gnu.org/software/gsl/gsl.html"
|
||||||
license="GPL-3"
|
distfiles="${GNU_SITE}/gsl/${pkgname}-${version}.tar.gz"
|
||||||
distfiles="$GNU_SITE/gsl/$pkgname-$version.tar.gz"
|
checksum=0460ad7c2542caaddc6729762952d345374784100223995eb14d614861f2258d
|
||||||
checksum=4d46d07b946e7b31c19bbf33dda6204d7bedc2f5462a1bae1d4013426cd1ce9b
|
|
||||||
|
|
||||||
gsl-devel_package() {
|
gsl-devel_package() {
|
||||||
depends="gsl>=${version}_${revision}"
|
depends="gsl>=${version}_${revision}"
|
||||||
|
|
Loading…
Reference in New Issue