summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichel Zou2024-03-27 19:33:43 +0100
committerMichel Zou2024-03-27 19:33:43 +0100
commit773d2affca95ae329513d3d0a4334ec8ecbad24b (patch)
tree8a42525f2b41514b23eebc94191c5afac35c29a4 /PKGBUILD
parent8b5149f1516cbb501c103bba37aee36d2a54d9be (diff)
downloadaur-773d2affca95ae329513d3d0a4334ec8ecbad24b.tar.gz
1.13.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 405f27a0b70a..6f8cafef3f7b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=agrum
-pkgver=1.12.1
+pkgver=1.13.0
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=('8cd24c0fae72cb220c69fcbae9ec7035666f3ce26c27e64d2b21be2d643717f6')
+sha256sums=('214409cb0da5c9e7443765285bfd32452114507eeab8f2e0249edfbf00dbc472')
build() {
cd "$srcdir/aGrUM-$pkgver"