summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichel Zou2022-11-07 18:10:13 +0100
committerMichel Zou2022-11-07 18:10:13 +0100
commitb1993f6f1519adb6dc130de227e56b093eabe27d (patch)
tree0dd4b07c98768e71285210e852a92155b23a285d /PKGBUILD
parentef0ef67281815d88b128506be331a563f1a7d9be (diff)
downloadaur-b1993f6f1519adb6dc130de227e56b093eabe27d.tar.gz
1.4.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 79fe2358ddb6..06a7b44e3054 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=agrum
-pkgver=1.4.0
+pkgver=1.4.1
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=('a94692fc307ad196e773a072ddd2e35aa43bfce5ac57192800f0e4cabe845a75')
+sha256sums=('1db12a6dffa7df14bfddc777a5f46dcd2a451281934d85aefeb305ebd38588d1')
build() {
cd "$srcdir/aGrUM-$pkgver"