summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichel Zou2019-01-09 21:27:03 +0100
committerMichel Zou2019-01-09 21:27:03 +0100
commit2eb06c28a2d8b1e27c71de035e1ec28e574ce26f (patch)
treeecff159676409971dd5cbad8c65bad0c71ebedd0 /PKGBUILD
parentb6f5d4982c0fa00decdfdd57e0388bfe5d0d9d02 (diff)
downloadaur-2eb06c28a2d8b1e27c71de035e1ec28e574ce26f.tar.gz
0.13.6
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fb9da87887b5..b62cf92b0e19 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=agrum
-pkgver=0.13.5
+pkgver=0.13.6
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=('e53168df030e7dda73c1d24b03488bc5b27775860f177589d6ef97c00350bc85')
+sha256sums=('81598cad680716a1aa38373bdcd9d893b1d99e78553d57ddde7c124d0381b3b7')
build() {
cd "$srcdir/aGrUM-$pkgver"