summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDrobot Viktor2019-08-21 00:05:43 +0300
committerDrobot Viktor2019-08-21 00:05:43 +0300
commiteac3b6fea16c292fc2cfae6ca7fb2b1c36b8a19a (patch)
treec3d9a343e28964861e6d699629dbe21fa90c011b /PKGBUILD
parent7408e90e9447737797ee3825e3654d570e496f69 (diff)
downloadaur-eac3b6fea16c292fc2cfae6ca7fb2b1c36b8a19a.tar.gz
Bump to 2.6
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5267430d5a1b..ab82420e0505 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,7 @@
+# Maintainer: Viktor Drobot (aka dviktor) linux776 [at] gmail [dot] com
pkgname=mingw-w64-gsl
-pkgver=2.5
+pkgver=2.6
pkgrel=1
pkgdesc="The GNU Scientific Library (GSL) is a modern numerical library for C and C++ programmers (mingw-w64)"
arch=(any)
@@ -10,7 +11,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=('9b3a32ba4f4e79fc6164fdc62e56003ae6e991e5')
+sha1sums=('9273164b6bdf60d0577518a1c1310eff6659e3dd')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"