summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoey Dumont2018-08-10 09:23:25 -0400
committerJoey Dumont2018-08-10 09:23:25 -0400
commit7b5f44c75456f82b96a792ea19fbadcd6574a48b (patch)
tree2fdce949a7067cdda02cd4be5f33ddbb7881419c
parent71d5d40e173e38293ce121755ec24ae9ba2ed7a5 (diff)
downloadaur-7b5f44c75456f82b96a792ea19fbadcd6574a48b.tar.gz
Updated to v9.100-RC1.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e315a60bfdc4..86636f61536f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Fri Jun 29 17:32:26 UTC 2018
pkgbase = armadillo
pkgdesc = C++ linear algebra library
- pkgver = 8.600.0
+ pkgver = 9.100_RC1
pkgrel = 1
url = http://arma.sourceforge.net/
install = armadillo.install
@@ -17,8 +15,8 @@ pkgbase = armadillo
optdepends = hdf5: HDF5 output
optdepends = cuda: NVBLAS support
optdepends = acml-cblas: ACML support
- source = http://downloads.sourceforge.net/sourceforge/arma/armadillo-8.600.0.tar.xz
- sha512sums = 4147de04adaa46c012b075972a1698ece91b85f2700addcfb4bc02e9bbef416d3dc6ecc1739577d5acfcdad74510c8064081480ebfe6c25e657e068dff74f30d
+ source = http://downloads.sourceforge.net/sourceforge/arma/armadillo-9.100-RC1.tar.xz
+ sha512sums = f72a607e11f82b2cad179959e7c32be1269ab709f80dfe0eaf0fde3f04119e7fdd495f086aabd7e9bcb9aad42299aada9aba42c85b236d5ddf53cf0bfc1903ad
pkgname = armadillo
diff --git a/PKGBUILD b/PKGBUILD
index 8defaf83075b..36b5074bd942 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Joey Dumont <joey.dumont@gmail.com>
# Contributor: Lucas Hermann Negri <lucashnegri at gmail dot com>
pkgname=armadillo
-pkgver=8.600.0
-_pkgver=8.600.0 # For use with RC releases, to replace the - with _
+pkgver=9.100_RC1
+_pkgver=9.100-RC1 # For use with RC releases, to replace the - with _
pkgrel=1
pkgdesc="C++ linear algebra library"
arch=('i686' 'x86_64')
@@ -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=('4147de04adaa46c012b075972a1698ece91b85f2700addcfb4bc02e9bbef416d3dc6ecc1739577d5acfcdad74510c8064081480ebfe6c25e657e068dff74f30d')
+sha512sums=('f72a607e11f82b2cad179959e7c32be1269ab709f80dfe0eaf0fde3f04119e7fdd495f086aabd7e9bcb9aad42299aada9aba42c85b236d5ddf53cf0bfc1903ad')
build() {
if [ "$CARCH" == "x86_64" ]; then