summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8c1141f00532..17a72d347459 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = agrum
pkgdesc = C++ Bayesian networks library
- pkgver = 0.14.0
+ pkgver = 0.14.1
pkgrel = 1
url = http://agrum.gitlab.io/
arch = i686
@@ -11,8 +11,8 @@ pkgbase = agrum
depends = python-matplotlib
depends = ipython
depends = unixodbc
- source = https://gitlab.com/agrumery/aGrUM/-/archive/0.14.0/aGrUM-0.14.0.tar.bz2
- sha256sums = d6af1a3f6598904171ed5bbd52ea9ab870354aab2a3d61986423c89dd25d0e2b
+ source = https://gitlab.com/agrumery/aGrUM/-/archive/0.14.1/aGrUM-0.14.1.tar.bz2
+ sha256sums = b993ca19423fea859fa1bf8338ce9ba9f2772fa96c41ddbd8716566a64be1a1c
pkgname = agrum
diff --git a/PKGBUILD b/PKGBUILD
index be5964bee663..700898822b01 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=agrum
-pkgver=0.14.0
+pkgver=0.14.1
pkgrel=1
pkgdesc="C++ Bayesian networks library"
license=('GPL')
@@ -8,7 +8,7 @@ url="http://agrum.gitlab.io/"
depends=('python-pydotplus' 'python-matplotlib' 'ipython' 'unixodbc')
makedepends=('cmake')
source=("https://gitlab.com/agrumery/aGrUM/-/archive/${pkgver}/aGrUM-${pkgver}.tar.bz2")
-sha256sums=('d6af1a3f6598904171ed5bbd52ea9ab870354aab2a3d61986423c89dd25d0e2b')
+sha256sums=('b993ca19423fea859fa1bf8338ce9ba9f2772fa96c41ddbd8716566a64be1a1c')
build() {
cd "$srcdir/aGrUM-$pkgver"