summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDrobot Viktor2018-06-17 00:49:11 +0300
committerDrobot Viktor2018-06-17 00:49:11 +0300
commit7408e90e9447737797ee3825e3654d570e496f69 (patch)
treec4378655a1e9fe8c8fb61cd255d889408fc5acf5
parent81348bca48cbc89bf24b25d78d10d7fa5f8acdc3 (diff)
downloadaur-7408e90e9447737797ee3825e3654d570e496f69.tar.gz
Bump to the 2.5
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 984a0db802cb..1b95a46ae60b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Thu Jun 22 16:41:37 UTC 2017
pkgbase = mingw-w64-gsl
pkgdesc = The GNU Scientific Library (GSL) is a modern numerical library for C and C++ programmers (mingw-w64)
- pkgver = 2.4
+ pkgver = 2.5
pkgrel = 1
url = http://www.gnu.org/software/gsl/gsl.html
arch = any
@@ -12,8 +10,8 @@ pkgbase = mingw-w64-gsl
options = staticlibs
options = !strip
options = !buildflags
- source = http://ftp.gnu.org/gnu/gsl/gsl-2.4.tar.gz
- sha1sums = 5db17d71306139b811a218d8a8cf98e12e1f58ae
+ source = http://ftp.gnu.org/gnu/gsl/gsl-2.5.tar.gz
+ sha1sums = 9b3a32ba4f4e79fc6164fdc62e56003ae6e991e5
pkgname = mingw-w64-gsl
diff --git a/PKGBUILD b/PKGBUILD
index d6b12926480b..5267430d5a1b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=mingw-w64-gsl
-pkgver=2.4
+pkgver=2.5
pkgrel=1
pkgdesc="The GNU Scientific Library (GSL) is a modern numerical library for C and C++ programmers (mingw-w64)"
arch=(any)
@@ -10,7 +10,7 @@ makedepends=('mingw-w64-configure')
depends=('mingw-w64-crt')
options=('staticlibs' '!strip' '!buildflags')
source=("http://ftp.gnu.org/gnu/gsl/gsl-$pkgver.tar.gz")
-sha1sums=('5db17d71306139b811a218d8a8cf98e12e1f58ae')
+sha1sums=('9b3a32ba4f4e79fc6164fdc62e56003ae6e991e5')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"