summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2018-08-05 09:20:25 +0200
committerMichel Zou2018-08-05 09:20:25 +0200
commitf475029fe7cd1457006d1fb94ec9eb01a33c5c38 (patch)
treeacc106fbfab6057787d7bfcdaefa9352c5e26d3a
parent6d0f03ff2f7a9591c3a24c1713c445d1c3e891db (diff)
downloadaur-f475029fe7cd1457006d1fb94ec9eb01a33c5c38.tar.gz
3.1.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8af298673d9c..3877e90e4262 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Sat May 12 21:07:43 UTC 2018
pkgbase = mingw-w64-sundials
pkgdesc = Suite of nonlinear differential/algebraic equation solvers (mingw-w64)
- pkgver = 3.1.1
+ pkgver = 3.1.2
pkgrel = 1
url = https://computation.llnl.gov/casc/sundials/main.html
arch = any
@@ -12,8 +10,8 @@ pkgbase = mingw-w64-sundials
options = !buildflags
options = staticlibs
options = !strip
- source = http://computation.llnl.gov/projects/sundials/download/sundials-3.1.1.tar.gz
- sha256sums = a24d643d31ed1f31a25b102a1e1759508ce84b1e4739425ad0e18106ab471a24
+ source = http://computation.llnl.gov/projects/sundials/download/sundials-3.1.2.tar.gz
+ sha256sums = a8985bb1e851d90e24260450667b134bc13d71f5c6effc9e1d7183bd874fe116
pkgname = mingw-w64-sundials
diff --git a/PKGBUILD b/PKGBUILD
index f6a4022e9fb6..30aeba15b9cb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=mingw-w64-sundials
-pkgver=3.1.1
+pkgver=3.1.2
pkgrel=1
pkgdesc="Suite of nonlinear differential/algebraic equation solvers (mingw-w64)"
arch=('any')
@@ -10,7 +10,7 @@ depends=('mingw-w64-lapack')
makedepends=('mingw-w64-cmake')
options=('!buildflags' 'staticlibs' '!strip')
source=("http://computation.llnl.gov/projects/sundials/download/sundials-$pkgver.tar.gz")
-sha256sums=('a24d643d31ed1f31a25b102a1e1759508ce84b1e4739425ad0e18106ab471a24')
+sha256sums=('a8985bb1e851d90e24260450667b134bc13d71f5c6effc9e1d7183bd874fe116')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"
@@ -31,7 +31,6 @@ package() {
cd "$srcdir"/sundials-${pkgver}/build-${_arch}
make install DESTDIR="$pkgdir"
install -d "$pkgdir"/usr/${_arch}/bin/
- rm "$pkgdir"/usr/${_arch}/LICENSE
mv "$pkgdir"/usr/${_arch}/lib/*.dll "$pkgdir"/usr/${_arch}/bin/
${_arch}-strip --strip-unneeded "$pkgdir"/usr/${_arch}/bin/*.dll
${_arch}-strip -g "$pkgdir"/usr/${_arch}/lib/*.a