summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichel Zou2023-06-11 21:50:26 +0200
committerMichel Zou2023-06-11 21:50:26 +0200
commit197f4b336b50da4a48b8c235d521582cba8fb179 (patch)
tree550ae945ec60847d6c6f14d2077380e949bd88ac /PKGBUILD
parentcaf70aaf018f4a1db3d3850849fa94708d1f4ba3 (diff)
downloadaur-197f4b336b50da4a48b8c235d521582cba8fb179.tar.gz
1.8.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 03f86e6f3421..6dde56df2dd1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=agrum
-pkgver=1.8.2
+pkgver=1.8.3
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=('36b3ddda6d8379d852d7b508fb2a0159c0e570e21a841bacab561e10fa9721d9')
+sha256sums=('16d70eff5a111d6e53357b7fb5101f52930dc90e57eb1d3e8d2e4a9883bf0656')
build() {
cd "$srcdir/aGrUM-$pkgver"