summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2022-02-23 08:18:33 +0100
committerMichel Zou2022-02-23 08:18:33 +0100
commitb384af2463ac9c5a6b84aa856f57d2f4a462436a (patch)
tree493f48b0ce11bb8ea76c0c15e1f640fe4e5bedea
parent69fd78bd688fa8f80117e7ee5010eff2fad497bd (diff)
downloadaur-b384af2463ac9c5a6b84aa856f57d2f4a462436a.tar.gz
0.22.8
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a9689c069108..7e2c77f74652 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = agrum
pkgdesc = C++ Bayesian networks library
- pkgver = 0.22.7
+ pkgver = 0.22.8
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/0.22.7/aGrUM-0.22.7.tar.bz2
- sha256sums = 31cd24682edafab3f28f767c6ca9e10a1bdedbe5597b23703f0d5744d5ddb2c8
+ source = https://gitlab.com/agrumery/aGrUM/-/archive/0.22.8/aGrUM-0.22.8.tar.bz2
+ sha256sums = 3b554102bef41f79610c8ffecc2ce95b277814153d67e5c42ff21fdeded5b8f1
pkgname = agrum
diff --git a/PKGBUILD b/PKGBUILD
index 3fa71c6325b0..9dae9c016a8a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=agrum
-pkgver=0.22.7
+pkgver=0.22.8
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=('31cd24682edafab3f28f767c6ca9e10a1bdedbe5597b23703f0d5744d5ddb2c8')
+sha256sums=('3b554102bef41f79610c8ffecc2ce95b277814153d67e5c42ff21fdeded5b8f1')
build() {
cd "$srcdir/aGrUM-$pkgver"