summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichel Zou2018-11-04 18:50:49 +0100
committerMichel Zou2018-11-04 18:50:49 +0100
commit4c77948d26902bbd60c7384cda4534fc679e0d04 (patch)
tree221f7e0d1480af23aa3b012d60de610d6c91e456 /PKGBUILD
parentd57ca19e55895485336decf3bef9ed101888c3d1 (diff)
downloadaur-4c77948d26902bbd60c7384cda4534fc679e0d04.tar.gz
0.13.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 44a2f06dd36d..fdf14d5167fd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=agrum
-pkgver=0.13.2
+pkgver=0.13.3
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' 'cococpp' 'python')
source=("https://gitlab.com/agrumery/aGrUM/-/archive/${pkgver}/aGrUM-${pkgver}.tar.bz2")
-sha256sums=('952fa38d7c19a6c8c0119132c409974e078d27fe58d9919a018b1b376fe589e9')
+sha256sums=('bfc6aa47b1cae82bf7dd58511441d2920cd8d48b890128b66ea131e7e2757653')
build() {
cd "$srcdir/aGrUM-$pkgver"