diff --git a/srcpkgs/gsl/template b/srcpkgs/gsl/template index 69a0ee2fded..5a3faf0b237 100644 --- a/srcpkgs/gsl/template +++ b/srcpkgs/gsl/template @@ -1,14 +1,14 @@ # Template file for 'gsl' pkgname=gsl -version=2.4 +version=2.5 revision=1 build_style=gnu-configure short_desc="A numerical library for C and C++ programmers" maintainer="Juan RP " +license="GPL-3.0-or-later" homepage="http://www.gnu.org/software/gsl/gsl.html" -license="GPL-3" -distfiles="$GNU_SITE/gsl/$pkgname-$version.tar.gz" -checksum=4d46d07b946e7b31c19bbf33dda6204d7bedc2f5462a1bae1d4013426cd1ce9b +distfiles="${GNU_SITE}/gsl/${pkgname}-${version}.tar.gz" +checksum=0460ad7c2542caaddc6729762952d345374784100223995eb14d614861f2258d gsl-devel_package() { depends="gsl>=${version}_${revision}"