summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRoberto Hueso Gomez2019-12-20 17:36:49 +0100
committerRoberto Hueso Gomez2019-12-20 17:36:49 +0100
commitde9670a4ea6a8e121ad66893fc9c1459d9673194 (patch)
tree71fa501044be362aeba0d0a5db51dc8311cabb70 /PKGBUILD
parent7e48951e611aed95c30b350e0165e4ae77c1cf26 (diff)
downloadaur-de9670a4ea6a8e121ad66893fc9c1459d9673194.tar.gz
Update to 2.10.5-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 53169e2d65e4..8745bed9d18c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Roberto Hueso < robertohueso96 at gmail dot com >
pkgname=ensmallen
-pkgver=2.10.4
+pkgver=2.10.5
pkgrel=1
pkgdesc='Flexible C++ library for efficient mathematical optimization'
arch=('x86_64')
@@ -19,7 +19,7 @@ makedepends=(
'cmake>=2.8.10'
)
source=("https://ensmallen.org/files/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('82aca3724331b26156fd9bad118992093a08e3ef6881b996e976d090fb390bc7')
+sha256sums=('fa45e8f65c93d20fec3bbafbb87c66d2762942b00395159846f62e9c35ff7168')
options=(!emptydirs)
prepare() {