summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoey Dumont2021-03-10 21:21:09 -0500
committerJoey Dumont2021-03-10 21:21:09 -0500
commita14049a3dfa148f2919538e8a254f88122251384 (patch)
treeb9e5772cc810cf481c6385085ea9949cffdb2c93
parente905cecef457d5f93ca6e55129080fbe57a261b1 (diff)
downloadaur-a14049a3dfa148f2919538e8a254f88122251384.tar.gz
Updated to 10.3.0.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b117b90df79c..1569380b842a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = armadillo
pkgdesc = C++ linear algebra library
- pkgver = 10.2.2
+ pkgver = 10.3.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.2.tar.xz
- sha512sums = ce1be36c6a9a4afd5388699a7d207518972426f7c758ea3309503c3de55e7bbdccd9d9b3077607bbd4c3cb40f3c5f00805908c0856d54b5dfcb54bac1ae633ee
+ source = http://downloads.sourceforge.net/sourceforge/arma/armadillo-10.3.0.tar.xz
+ sha512sums = 99877ff6581d3effea282d1c4e258883618f4107d84cfe85ed877afc62ba445793e760693c0c6c2113a1822881160cb10adb90087e97b4e31d3a1e64344a6353
pkgname = armadillo
diff --git a/PKGBUILD b/PKGBUILD
index 332445ec3559..401f5d0d9dac 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.2
+pkgver=10.3.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=('ce1be36c6a9a4afd5388699a7d207518972426f7c758ea3309503c3de55e7bbdccd9d9b3077607bbd4c3cb40f3c5f00805908c0856d54b5dfcb54bac1ae633ee')
+sha512sums=('99877ff6581d3effea282d1c4e258883618f4107d84cfe85ed877afc62ba445793e760693c0c6c2113a1822881160cb10adb90087e97b4e31d3a1e64344a6353')
build() {
if [ "$CARCH" == "x86_64" ]; then