summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2022-01-29 17:10:38 +0100
committerMichel Zou2022-01-29 17:10:38 +0100
commitd7a12e37436ee2d612ca7f913a976e901358200c (patch)
treeef334d2f45b6012596bc10eaf35bc2470cf988b0
parent6846eaf2919e735235f1d19793df5d357613db57 (diff)
downloadaur-d7a12e37436ee2d612ca7f913a976e901358200c.tar.gz
0.22.6
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2232dbf82310..dec1cf34baf9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,19 @@
pkgbase = agrum
pkgdesc = C++ Bayesian networks library
- pkgver = 0.22.5
+ pkgver = 0.22.6
pkgrel = 1
url = http://agrum.gitlab.io/
arch = x86_64
license = LGPL
makedepends = cmake
- depends = python-pydotplus
+ depends = python-pydot
depends = python-matplotlib
depends = python-six
depends = ipython
depends = python-ipykernel
depends = python-pandas
depends = unixodbc
- source = https://gitlab.com/agrumery/aGrUM/-/archive/0.22.5/aGrUM-0.22.5.tar.bz2
- sha256sums = 86773870de4183c9dd9be96933398f24e995cc68feefa47476e65269e4c3fb05
+ source = https://gitlab.com/agrumery/aGrUM/-/archive/0.22.6/aGrUM-0.22.6.tar.bz2
+ sha256sums = be15f0e47143a11f11b5222a56f3270c922069287a63ebae73c9b655ec5bbf7d
pkgname = agrum
diff --git a/PKGBUILD b/PKGBUILD
index 10134cb491ea..de48872808c7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
pkgname=agrum
-pkgver=0.22.5
+pkgver=0.22.6
pkgrel=1
pkgdesc="C++ Bayesian networks library"
license=('LGPL')
arch=('x86_64')
url="http://agrum.gitlab.io/"
-depends=('python-pydotplus' 'python-matplotlib' 'python-six' 'ipython' 'python-ipykernel' 'python-pandas' 'unixodbc')
+depends=('python-pydot' 'python-matplotlib' 'python-six' 'ipython' 'python-ipykernel' 'python-pandas' 'unixodbc')
makedepends=('cmake')
source=("https://gitlab.com/agrumery/aGrUM/-/archive/${pkgver}/aGrUM-${pkgver}.tar.bz2")
-sha256sums=('86773870de4183c9dd9be96933398f24e995cc68feefa47476e65269e4c3fb05')
+sha256sums=('be15f0e47143a11f11b5222a56f3270c922069287a63ebae73c9b655ec5bbf7d')
build() {
cd "$srcdir/aGrUM-$pkgver"