summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJoey Dumont2020-10-02 22:21:05 -0400
committerJoey Dumont2020-10-02 22:21:05 -0400
commitf2e70e5cf178b474e52e9ff093f578379f382f13 (patch)
tree5e003582c485ee10fe9a216d98f7c196650d8312 /PKGBUILD
parent3b2975674963c46302f78be643d92740287e5485 (diff)
downloadaur-f2e70e5cf178b474e52e9ff093f578379f382f13.tar.gz
Updated to 10.1_C1.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e045fc89df27..71628c6f78a5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Joey Dumont <joey.dumont@gmail.com>
# Contributor: Lucas Hermann Negri <lucashnegri at gmail dot com>
pkgname=armadillo
-pkgver=9.900.3
+pkgver=10.1_RC1
_pkgver=${pkgver/_/-} # For use with RC releases, to replace the _ with -
-pkgrel=2
+pkgrel=1
pkgdesc="C++ linear algebra library"
arch=('i686' 'x86_64')
url="http://arma.sourceforge.net/"
@@ -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=('33543c8aeaa5bc1017b41d4f000d9f6e97f608a1927fa2fe91561bb15bae3d04a4b3e071d62202158180cebcd523cdd4712815b187cdda689ef285175bc6d891')
+sha512sums=('52c0792a0fd36ada906d167ad2825004aadf0abffbceef0f3a9867d6362c07152af984dfaca1be95022cccc5510d967686d090be891e963fe69c055bc044e837')
build() {
if [ "$CARCH" == "x86_64" ]; then