summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2020-12-05 10:36:45 +0100
committerMichel Zou2020-12-05 10:36:45 +0100
commitc8811c333a14bd5f48b95fdbb0e05539f57d3386 (patch)
treed9f1e29b821cb86523aa3fa8c93c2068790216e6
parent1f39a5ffe1338162ac7649c4f81f27c67bbd1e53 (diff)
downloadaur-c8811c333a14bd5f48b95fdbb0e05539f57d3386.tar.gz
3.3.9
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 05e82e7408aa..b0c4a89dad39 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-eigen
pkgdesc = Lightweight C++ template library for vector and matrix math, a.k.a. linear algebra. (mingw-w64)
- pkgver = 3.3.8
+ pkgver = 3.3.9
pkgrel = 1
url = http://eigen.tuxfamily.org
arch = any
@@ -10,9 +10,9 @@ pkgbase = mingw-w64-eigen
options = !strip
options = !buildflags
options = staticlibs
- source = https://gitlab.com/libeigen/eigen/-/archive/3.3.8/eigen-3.3.8.tar.bz2
+ source = https://gitlab.com/libeigen/eigen/-/archive/3.3.9/eigen-3.3.9.tar.bz2
source = eigen-3.2_gcc58087.patch
- sha256sums = 0215c6593c4ee9f1f7f28238c4e8995584ebf3b556e9dbf933d84feb98d5b9ef
+ sha256sums = 0fa5cafe78f66d2b501b43016858070d52ba47bd9b1016b0165a7b8e04675677
sha256sums = f9471414bc39a19a0a5cd81a1ff65515e2bece3802348cf1f7309215f66ce35a
pkgname = mingw-w64-eigen
diff --git a/PKGBUILD b/PKGBUILD
index 2a9568634adc..7b2c810f5f5b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mingw-w64-eigen
-pkgver=3.3.8
+pkgver=3.3.9
pkgrel=1
pkgdesc="Lightweight C++ template library for vector and matrix math, a.k.a. linear algebra. (mingw-w64)"
arch=('any')
@@ -10,7 +10,7 @@ makedepends=('mingw-w64-cmake')
options=('!strip' '!buildflags' 'staticlibs')
source=("https://gitlab.com/libeigen/eigen/-/archive/${pkgver}/eigen-${pkgver}.tar.bz2"
'eigen-3.2_gcc58087.patch')
-sha256sums=('0215c6593c4ee9f1f7f28238c4e8995584ebf3b556e9dbf933d84feb98d5b9ef'
+sha256sums=('0fa5cafe78f66d2b501b43016858070d52ba47bd9b1016b0165a7b8e04675677'
'f9471414bc39a19a0a5cd81a1ff65515e2bece3802348cf1f7309215f66ce35a')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"
@@ -18,8 +18,6 @@ _architectures="i686-w64-mingw32 x86_64-w64-mingw32"
prepare() {
cd "$srcdir"/eigen-${pkgver}
patch -p1 -i "$srcdir"/eigen-3.2_gcc58087.patch
- curl -L https://gitlab.com/libeigen/eigen/-/commit/ef3cc72c.patch | patch -p1
- curl -L https://gitlab.com/libeigen/eigen/-/commit/bfdd4a99.patch | patch -p1
}
build() {