summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichel Zou2022-01-29 17:10:38 +0100
committerMichel Zou2022-01-29 17:10:38 +0100
commitd7a12e37436ee2d612ca7f913a976e901358200c (patch)
treeef334d2f45b6012596bc10eaf35bc2470cf988b0 /PKGBUILD
parent6846eaf2919e735235f1d19793df5d357613db57 (diff)
downloadaur-d7a12e37436ee2d612ca7f913a976e901358200c.tar.gz
0.22.6
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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"