summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichel Zou2019-10-18 21:14:01 +0200
committerMichel Zou2019-10-18 21:14:01 +0200
commitcfc87e1177261448cf6df2dff4c3dc3bd699c46e (patch)
tree71705c0713881c0579e2c784e349cb05ec64d627 /PKGBUILD
parenta6fd64529548d78ccece5bdba25c6205bddc9ab4 (diff)
downloadaur-cfc87e1177261448cf6df2dff4c3dc3bd699c46e.tar.gz
0.16.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7a0915433724..cc67f0b6c1a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=agrum
-pkgver=0.16.2
+pkgver=0.16.3
pkgrel=1
pkgdesc="C++ Bayesian networks library"
license=('LGPL')
@@ -8,7 +8,7 @@ url="http://agrum.gitlab.io/"
depends=('python-pydotplus' 'python-matplotlib' 'python-six' 'ipython' 'unixodbc')
makedepends=('cmake')
source=("https://gitlab.com/agrumery/aGrUM/-/archive/${pkgver}/aGrUM-${pkgver}.tar.bz2")
-sha256sums=('af1b72243a474ce889690d44e12ee1d11ca80a7320357cf01fc44add713b3cec')
+sha256sums=('7d223dde253826ed8e30ab5e99f0470aac9b9859dd49fedddcc88153cccf13a1')
build() {
cd "$srcdir/aGrUM-$pkgver"