summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2023-05-24 17:55:24 +0200
committerMichel Zou2023-05-24 17:55:24 +0200
commitde1c897dfc22abcbddd4091c006f83c0a2dd8ecc (patch)
treee8b8ed23423a111d35074b4ff4bf7014374af336
parent7b7090626b0f8d337a4c7ff1df64e3c0be1e0ee6 (diff)
downloadaur-de1c897dfc22abcbddd4091c006f83c0a2dd8ecc.tar.gz
1.8.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f50ec653d2f9..71b54c181408 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = agrum
pkgdesc = C++ Bayesian networks library
- pkgver = 1.8.0
+ pkgver = 1.8.1
pkgrel = 1
url = http://agrum.gitlab.io/
arch = x86_64
@@ -15,7 +15,7 @@ pkgbase = agrum
depends = python-scikit-learn
depends = python-cairosvg
depends = unixodbc
- source = https://gitlab.com/agrumery/aGrUM/-/archive/1.8.0/aGrUM-1.8.0.tar.bz2
- sha256sums = 328d57704067faa29ee2a1051950e66bbf5d9c1a5a31fcbdfb5cb1f5ab8f4da9
+ source = https://gitlab.com/agrumery/aGrUM/-/archive/1.8.1/aGrUM-1.8.1.tar.bz2
+ sha256sums = 6d83d7576a1bba0646ce02eccedc810f61ebf68c456eed2b17c020cf06549090
pkgname = agrum
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"