summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoey Dumont2017-08-31 08:30:53 -0400
committerJoey Dumont2017-08-31 08:30:53 -0400
commitba2f832c43c400d261559b8a1b61b8555f71ac57 (patch)
tree9a6842d749cbc34fd823142d26c03fd741fd5692
parented79ad6ff20c4743d128fc2ca8b0d550a1b6fbed (diff)
downloadaur-ba2f832c43c400d261559b8a1b61b8555f71ac57.tar.gz
Upgraded to version 8.100.0.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b893b906fb7c..180454d492f2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Aug 9 17:36:32 UTC 2017
+# Thu Aug 31 12:30:32 UTC 2017
pkgbase = armadillo
pkgdesc = C++ linear algebra library
- pkgver = 7.960.1
+ pkgver = 8.100.0
pkgrel = 1
url = http://arma.sourceforge.net/
install = armadillo.install
@@ -17,8 +17,8 @@ pkgbase = armadillo
optdepends = hdf5: HDF5 output
optdepends = cuda: NVBLAS support
optdepends = acml-cblas: ACML support
- source = http://downloads.sourceforge.net/sourceforge/arma/armadillo-7.960.1.tar.xz
- sha512sums = 0b943283805d3bd14e99907d356cb68f2fd1737b092d76da21e3f08ddd7d8a33d5bba368a52cc3e4c5913034fe0f988691295e041720c8138da4e0e3ba14dfe3
+ source = http://downloads.sourceforge.net/sourceforge/arma/armadillo-8.100.0.tar.xz
+ sha512sums = d041b0a2a3a0fa4de9ea7d1a3d75daf6300f4d1ab42374a803edfc43a3d314daf0567f246a591d9a31a1cf1c123032abcdc63785daeeb35e70eefe3d00ff5438
pkgname = armadillo
diff --git a/PKGBUILD b/PKGBUILD
index 95fbe7830210..4e0bb35f9d1c 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=7.960.1
-_pkgver=7.960.1
+pkgver=8.100.0
+_pkgver=8.100.0
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=('0b943283805d3bd14e99907d356cb68f2fd1737b092d76da21e3f08ddd7d8a33d5bba368a52cc3e4c5913034fe0f988691295e041720c8138da4e0e3ba14dfe3')
+sha512sums=('d041b0a2a3a0fa4de9ea7d1a3d75daf6300f4d1ab42374a803edfc43a3d314daf0567f246a591d9a31a1cf1c123032abcdc63785daeeb35e70eefe3d00ff5438')
build() {
if [ "$CARCH" == "x86_64" ]; then