summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoey Dumont2017-12-12 13:06:06 -0500
committerJoey Dumont2017-12-12 13:06:06 -0500
commit4886c360ee4b0a739cf11c3bf8e55052a67bd3ce (patch)
tree7eb7c9b0e7428fb5c1e0f37758be83eed1dcc319
parentbfc73dd2718414653fa160a01aade207ce89bd31 (diff)
downloadaur-4886c360ee4b0a739cf11c3bf8e55052a67bd3ce.tar.gz
Updated to v8.3000.2.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8c9be8a3deb6..7a2f285f1e89 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Dec 4 21:03:49 UTC 2017
+# Tue Dec 12 18:05:53 UTC 2017
pkgbase = armadillo
pkgdesc = C++ linear algebra library
- pkgver = 8.300.1
+ pkgver = 8.300.2
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-8.300.1.tar.xz
- sha512sums = fc9f3ba80badb9ef503af9b3a9a565cb6a50ea2f0ff06654ce33b17b342c3359c354e66b6944238d238779d0da529adb2cd427a1ce7a434e1b5c46d3d3d6e95a
+ source = http://downloads.sourceforge.net/sourceforge/arma/armadillo-8.300.2.tar.xz
+ sha512sums = df069634db377e95e02dfca02312b082b34cab91bae0b1fd04a97339477074fc50c74f8adf92786ac6f0fc148044d527461617f382cc996523251b6d1287e41c
pkgname = armadillo
diff --git a/PKGBUILD b/PKGBUILD
index 042a488dd652..a665a139f354 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.300.1
-_pkgver=8.300.1
+pkgver=8.300.2
+_pkgver=8.300.2
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=('fc9f3ba80badb9ef503af9b3a9a565cb6a50ea2f0ff06654ce33b17b342c3359c354e66b6944238d238779d0da529adb2cd427a1ce7a434e1b5c46d3d3d6e95a')
+sha512sums=('df069634db377e95e02dfca02312b082b34cab91bae0b1fd04a97339477074fc50c74f8adf92786ac6f0fc148044d527461617f382cc996523251b6d1287e41c')
build() {
if [ "$CARCH" == "x86_64" ]; then