summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichel Zou2023-05-09 18:47:41 +0200
committerMichel Zou2023-05-09 18:47:41 +0200
commit7b7090626b0f8d337a4c7ff1df64e3c0be1e0ee6 (patch)
treed97101dc5168cc85746d5f544c3280495a352fa3 /PKGBUILD
parent3899dceec74988b7d44c312cf7ef2c8aa7380230 (diff)
downloadaur-7b7090626b0f8d337a4c7ff1df64e3c0be1e0ee6.tar.gz
1.8.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e69e6dc04643..527211d7affa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=agrum
-pkgver=1.7.1
+pkgver=1.8.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=('63cedd1a20ab8b22edf735d6b22bb5f471031bf9ca9e10e5f8da1405a7c7efc1')
+sha256sums=('328d57704067faa29ee2a1051950e66bbf5d9c1a5a31fcbdfb5cb1f5ab8f4da9')
build() {
cd "$srcdir/aGrUM-$pkgver"