summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichel Zou2019-09-23 18:12:11 +0200
committerMichel Zou2019-09-23 18:12:11 +0200
commita6fd64529548d78ccece5bdba25c6205bddc9ab4 (patch)
tree586e910b7d089d92d0c500ac3e68f8ad44e34f31 /PKGBUILD
parent7bde59f165e30a7383c04804d5d8b7b2f31d278b (diff)
downloadaur-a6fd64529548d78ccece5bdba25c6205bddc9ab4.tar.gz
0.16.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f42f9318cd84..7a0915433724 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=agrum
-pkgver=0.16.1
+pkgver=0.16.2
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=('a1204b5d995d5404e1cc67911ed907aab90f2971bd50f495711f39196dc1a014')
+sha256sums=('af1b72243a474ce889690d44e12ee1d11ca80a7320357cf01fc44add713b3cec')
build() {
cd "$srcdir/aGrUM-$pkgver"