summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichel Zou2024-01-06 19:24:21 +0100
committerMichel Zou2024-01-06 19:24:21 +0100
commitfe4d9ba96c9b3d37ad1f121654e9adce8c53913f (patch)
tree9c5b92fe2816b2ff62aac2a48feadccc2091b5d7 /PKGBUILD
parent5868c5a15eb432a47e585ce63228801e9b750b5d (diff)
downloadaur-fe4d9ba96c9b3d37ad1f121654e9adce8c53913f.tar.gz
1.11.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 30984865d503..7d56b3514abb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=agrum
-pkgver=1.10.0
+pkgver=1.11.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=('69c43593c63364a7ad8ca76c12f004dbf4b2ecf57c4844f2762e0f7e502b108b')
+sha256sums=('19fcd78b90af38317c3e7099c18b5d42050d062796ce188927c8f0f0d77adee1')
build() {
cd "$srcdir/aGrUM-$pkgver"