summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoey Dumont2021-01-17 10:40:05 -0500
committerJoey Dumont2021-01-17 10:40:05 -0500
commit4f973361e1c32fabbd9bcd258f1fdf2d0917dbd8 (patch)
tree5c9d194e310567d642009d403c560cc52b519e6a
parent28ba0306885262ec56f08a489f14f855535d319b (diff)
downloadaur-4f973361e1c32fabbd9bcd258f1fdf2d0917dbd8.tar.gz
Updated to 10.2.0.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cf7ead96a24e..e9b5e0eca621 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = armadillo
pkgdesc = C++ linear algebra library
- pkgver = 10.2_RC4
+ pkgver = 10.2.0
pkgrel = 1
url = http://arma.sourceforge.net/
install = armadillo.install
@@ -14,8 +14,8 @@ pkgbase = armadillo
depends = superlu>=5.2.0
optdepends = hdf5: HDF5 output
optdepends = intel-mkl: Intel Math Kernel Library support
- source = http://downloads.sourceforge.net/sourceforge/arma/armadillo-10.2-RC4.tar.xz
- sha512sums = e3c07c910ed804d920cc8610df188702a8a93427cf454c8fe464956c9c4e32ec82c0a58ba74523971fb097aa6fde32f04ae0f9a628d160427f94a45c2e846f95
+ source = http://downloads.sourceforge.net/sourceforge/arma/armadillo-10.2.0.tar.xz
+ sha512sums = c5d6f4bac0acba63fbd7681653d521249fd303ffbbc5b18df71500eb111514c1d09db600a580091d6a23c83748c109c30938bbcd80a3a0b2c25e2fdea932f2cd
pkgname = armadillo
diff --git a/PKGBUILD b/PKGBUILD
index b571df398fec..7ef6b9112301 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Joey Dumont <joey.dumont@gmail.com>
# Contributor: Lucas Hermann Negri <lucashnegri at gmail dot com>
pkgname=armadillo
-pkgver=10.2_RC4
+pkgver=10.2.0
_pkgver=${pkgver/_/-} # For use with RC releases, to replace the _ with -
pkgrel=1
@@ -15,7 +15,7 @@ optdepends=('hdf5: HDF5 output'
makedepends=('cmake')
source=("http://downloads.sourceforge.net/sourceforge/arma/$pkgname-$_pkgver.tar.xz")
install=armadillo.install
-sha512sums=('e3c07c910ed804d920cc8610df188702a8a93427cf454c8fe464956c9c4e32ec82c0a58ba74523971fb097aa6fde32f04ae0f9a628d160427f94a45c2e846f95')
+sha512sums=('c5d6f4bac0acba63fbd7681653d521249fd303ffbbc5b18df71500eb111514c1d09db600a580091d6a23c83748c109c30938bbcd80a3a0b2c25e2fdea932f2cd')
build() {
if [ "$CARCH" == "x86_64" ]; then