summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichel Zou2023-05-24 17:55:24 +0200
committerMichel Zou2023-05-24 17:55:24 +0200
commitde1c897dfc22abcbddd4091c006f83c0a2dd8ecc (patch)
treee8b8ed23423a111d35074b4ff4bf7014374af336 /PKGBUILD
parent7b7090626b0f8d337a4c7ff1df64e3c0be1e0ee6 (diff)
downloadaur-de1c897dfc22abcbddd4091c006f83c0a2dd8ecc.tar.gz
1.8.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 527211d7affa..acbc1b558b9a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=agrum
-pkgver=1.8.0
+pkgver=1.8.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=('328d57704067faa29ee2a1051950e66bbf5d9c1a5a31fcbdfb5cb1f5ab8f4da9')
+sha256sums=('6d83d7576a1bba0646ce02eccedc810f61ebf68c456eed2b17c020cf06549090')
build() {
cd "$srcdir/aGrUM-$pkgver"