summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichel Zou2022-08-28 19:58:22 +0200
committerMichel Zou2022-08-28 19:58:22 +0200
commitc5145982b6370c44c8fbf4e9b34903ce31916481 (patch)
tree90a301f7eaba092c6e95e0c762bca7734f55444c /PKGBUILD
parent3952ac1ddcafa095b6ff70f7d64c00d437660fcc (diff)
downloadaur-c5145982b6370c44c8fbf4e9b34903ce31916481.tar.gz
1.3.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ee29cdd6c19e..e28386bf7a6b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=agrum
-pkgver=1.2.0
+pkgver=1.3.1
pkgrel=1
pkgdesc="C++ Bayesian networks library"
license=('LGPL')
@@ -8,7 +8,7 @@ url="http://agrum.gitlab.io/"
depends=('python-pydot' 'python-matplotlib' 'python-six' 'ipython' 'python-ipykernel' 'python-pandas' 'python-scikit-learn' 'python-cairosvg' 'unixodbc')
makedepends=('cmake')
source=("https://gitlab.com/agrumery/aGrUM/-/archive/${pkgver}/aGrUM-${pkgver}.tar.bz2")
-sha256sums=('bc7c6b7209f975ba39a07aa593df05d286c49e98c4701dfc38b4e93a666bff59')
+sha256sums=('159628661029e45c48027deecc8d8bc0540dc6ec550aead83bd9e9294b345830')
build() {
cd "$srcdir/aGrUM-$pkgver"