summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhaawda2020-07-31 13:44:32 +0200
committerhaawda2020-07-31 13:44:32 +0200
commit649faac78dfe6cb4d6d648a80d4a6e9c95ee50b5 (patch)
tree84feff4164fde7f5c052fc0a28104f219f991764 /PKGBUILD
parentcd0127386a08d9890169e20a731469e598544e5c (diff)
downloadaur-649faac78dfe6cb4d6d648a80d4a6e9c95ee50b5.tar.gz
update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 09b08e939afb..23afd3403a08 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=elemental
-pkgver=1.3.4
+pkgver=1.4.0
pkgrel=1
url="https://github.com/LLNL/Elemental"
pkgdesc="distributed-memory dense linear algebra"
@@ -10,7 +10,7 @@ depends=()
arch=('i686' 'x86_64')
license=("custom:BSD")
source=("$pkgname-$pkgver.tar.gz::https://github.com/LLNL/Elemental/archive/v$pkgver.tar.gz")
-sha256sums=('7979f6656f698f0bbad6798b39d4b569835b3013ff548d98089fce7c283c6741')
+sha256sums=('c13374ff4a6c4d1076e47ba8c8d91a7082588b9958d1ed89cffb12f1d2e1452e')
options=('!makeflags')
build() {