summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichel Zou2022-11-03 12:26:33 +0100
committerMichel Zou2022-11-03 12:26:33 +0100
commitef0ef67281815d88b128506be331a563f1a7d9be (patch)
tree8a8f9459bb842272f141ca68f474ffe4cb0e75ff /PKGBUILD
parentdccd8d9f4c7836015eb9e16fcee0945d2943d0f0 (diff)
downloadaur-ef0ef67281815d88b128506be331a563f1a7d9be.tar.gz
1.4.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 456e9c9a0bcd..79fe2358ddb6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=agrum
-pkgver=1.3.2
+pkgver=1.4.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=('baf3ff04edefaa3cf0aa1e3168ac726722ce2458eb7073d94cfeaa7d83441a87')
+sha256sums=('a94692fc307ad196e773a072ddd2e35aa43bfce5ac57192800f0e4cabe845a75')
build() {
cd "$srcdir/aGrUM-$pkgver"