summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichel Zou2023-03-17 10:54:04 +0100
committerMichel Zou2023-03-17 10:54:04 +0100
commitb3e8db5dbb495c840c38382019f10f46c2e7428e (patch)
tree954ac859a7f6afa98132657b4d2aac41896cbb12 /PKGBUILD
parent19505de7eb1b2fba5ec7c46d9fea8bd7813500b3 (diff)
downloadaur-b3e8db5dbb495c840c38382019f10f46c2e7428e.tar.gz
1.7.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 49fe919a1c99..8ccff1e2f4e1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=agrum
-pkgver=1.6.0
+pkgver=1.7.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=('95cae2656e35ef6a20193331c4fb92e1ecac3024ab15e871b2dbfe5da61e9f79')
+sha256sums=('d15f98239c326eeb1fe42f8dd64f229bda3c1725a39fe53e4f603dadfb87db38')
build() {
cd "$srcdir/aGrUM-$pkgver"