summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichel Zou2023-10-19 20:28:02 +0200
committerMichel Zou2023-10-19 20:28:02 +0200
commit5868c5a15eb432a47e585ce63228801e9b750b5d (patch)
tree1cfdbbcc87bb66247bf86eb34c570618e5a1511a /PKGBUILD
parent587fa5a49c415567f092214127e8c2d3a0942cc3 (diff)
downloadaur-5868c5a15eb432a47e585ce63228801e9b750b5d.tar.gz
1.10.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 217885c9e11f..30984865d503 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=agrum
-pkgver=1.9.0
+pkgver=1.10.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=('b505f2122acffd50ad5a47cf10c80ffcdccfc4d8db3e536cfdc2a4b0ec7ed36d')
+sha256sums=('69c43593c63364a7ad8ca76c12f004dbf4b2ecf57c4844f2762e0f7e502b108b')
build() {
cd "$srcdir/aGrUM-$pkgver"