summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 2 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index eea1223aee70..a2da5818fb63 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,13 @@
# Contributor: aphirst <adam@aphirst.karoo.co.uk>
pkgname=fgsl-git
-pkgver=1.4
+pkgver=1.5
pkgrel=1
pkgdesc="A Fortran interface to the GNU Scientific Library"
arch=('i686' 'x86_64')
-url="https://doku.lrz.de/display/PUBLIC/FGSL+-+A+Fortran+interface+to+the+GNU+Scientific+Library"
+url="https://github.com/reinh-bader/fgsl/"
license=('GPL')
depends=("gsl>=2.6" 'gcc-fortran' 'automake' 'autoconf' 'libtool')
-# the original source for FGSL is not updated for years and the fix for GSL2.6 not merged
# to the main repository
source=("${pkgname}::git+https://github.com/reinh-bader/fgsl.git")
sha256sums=('SKIP')
@@ -31,5 +30,3 @@ package() {
cd "${srcdir}/${pkgname}"
make install DESTDIR="${pkgdir}"
}
-
-# vim:set ts=2 sw=2 et: