summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichel Zou2023-07-25 18:40:56 +0200
committerMichel Zou2023-07-25 18:40:56 +0200
commit587fa5a49c415567f092214127e8c2d3a0942cc3 (patch)
tree908a563430879c0f0838db3f6df5488d21f20434 /PKGBUILD
parent197f4b336b50da4a48b8c235d521582cba8fb179 (diff)
downloadaur-587fa5a49c415567f092214127e8c2d3a0942cc3.tar.gz
1.9.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6dde56df2dd1..217885c9e11f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=agrum
-pkgver=1.8.3
+pkgver=1.9.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=('16d70eff5a111d6e53357b7fb5101f52930dc90e57eb1d3e8d2e4a9883bf0656')
+sha256sums=('b505f2122acffd50ad5a47cf10c80ffcdccfc4d8db3e536cfdc2a4b0ec7ed36d')
build() {
cd "$srcdir/aGrUM-$pkgver"