summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2016-04-11 20:40:54 +0200
committerMichel Zou2016-04-11 20:40:54 +0200
commitcdeddd290ea6bd564b899c82f57d1c3adb6b1735 (patch)
treeaeade69645ddcc190833538ba6e5b8a03fc745fa
parent4a0ff727a7739a8472033e03bd0e13c49456d734 (diff)
downloadaur-cdeddd290ea6bd564b899c82f57d1c3adb6b1735.tar.gz
2.1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD9
2 files changed, 11 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 57d413106c93..61ded10c82d8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,9 @@
+# Generated by mksrcinfo v8
+# Mon Apr 11 18:40:54 UTC 2016
pkgbase = mingw-w64-gsl
pkgdesc = The GNU Scientific Library (GSL) is a modern numerical library for C and C++ programmers (mingw-w64)
- pkgver = 1.16
- pkgrel = 3
+ pkgver = 2.1
+ pkgrel = 1
url = http://www.gnu.org/software/gsl/gsl.html
arch = any
license = GPL
@@ -10,8 +12,8 @@ pkgbase = mingw-w64-gsl
options = staticlibs
options = !strip
options = !buildflags
- source = http://mirror.ibcp.fr/pub/gnu/gsl/gsl-1.16.tar.gz
- md5sums = e49a664db13d81c968415cd53f62bc8b
+ source = http://ftp.gnu.org/gnu/gsl/gsl-2.1.tar.gz
+ sha1sums = e20110bf060c4030b26c519a70c6c0e113abc9f7
pkgname = mingw-w64-gsl
diff --git a/PKGBUILD b/PKGBUILD
index db074c600d23..d4d6546bf0a8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
pkgname=mingw-w64-gsl
-pkgver=1.16
-pkgrel=3
+pkgver=2.1
+pkgrel=1
pkgdesc="The GNU Scientific Library (GSL) is a modern numerical library for C and C++ programmers (mingw-w64)"
arch=(any)
url="http://www.gnu.org/software/gsl/gsl.html"
@@ -9,8 +9,9 @@ license=("GPL")
makedepends=('mingw-w64-configure')
depends=('mingw-w64-crt')
options=('staticlibs' '!strip' '!buildflags')
-source=("http://mirror.ibcp.fr/pub/gnu/gsl/gsl-$pkgver.tar.gz")
-md5sums=('e49a664db13d81c968415cd53f62bc8b')
+source=("http://ftp.gnu.org/gnu/gsl/gsl-$pkgver.tar.gz")
+sha1sums=('e20110bf060c4030b26c519a70c6c0e113abc9f7')
+
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"
build() {