summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichel Zou2019-07-20 12:41:00 +0200
committerMichel Zou2019-07-20 12:41:00 +0200
commita87a6073805d78598c9553ec9da588e116913575 (patch)
tree860a3409ba457209203d4adc6af202b3b527b44b /PKGBUILD
parentda57f6d36341cc749b2e509ea177b6eeba448ab7 (diff)
downloadaur-a87a6073805d78598c9553ec9da588e116913575.tar.gz
0.15.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3f71b0e62556..6f301492818f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=agrum
-pkgver=0.15.0
+pkgver=0.15.2
pkgrel=1
pkgdesc="C++ Bayesian networks library"
license=('LGPL')
@@ -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=('c6b96319e27c6ba1a58973fb75c014cc19786513574a48dc7583a7cb15426f55')
+sha256sums=('8f1897173a17db013eaea5dc85720313a990bffc3268b78f3de406fcc0583083')
build() {
cd "$srcdir/aGrUM-$pkgver"