summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichel Zou2023-03-18 19:35:04 +0100
committerMichel Zou2023-03-18 19:35:04 +0100
commit3899dceec74988b7d44c312cf7ef2c8aa7380230 (patch)
treef2f4da742dcc07c42aa3eec6a7bd9233f8224c90 /PKGBUILD
parentb3e8db5dbb495c840c38382019f10f46c2e7428e (diff)
downloadaur-3899dceec74988b7d44c312cf7ef2c8aa7380230.tar.gz
1.7.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8ccff1e2f4e1..e69e6dc04643 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=agrum
-pkgver=1.7.0
+pkgver=1.7.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=('d15f98239c326eeb1fe42f8dd64f229bda3c1725a39fe53e4f603dadfb87db38')
+sha256sums=('63cedd1a20ab8b22edf735d6b22bb5f471031bf9ca9e10e5f8da1405a7c7efc1')
build() {
cd "$srcdir/aGrUM-$pkgver"