summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2021-12-11 10:07:50 +0100
committerMichel Zou2021-12-11 10:07:50 +0100
commit1e6434724673d256912e4e069b9702f152e93ef8 (patch)
tree7ce0f8ceed240f5111380e5e09c518a8e43013bb
parentd8278f2e1163e37cb17cb40ef3ea03e32d01a52e (diff)
downloadaur-1e6434724673d256912e4e069b9702f152e93ef8.tar.gz
0.22.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8c704e261cbd..d5b30be75152 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = agrum
pkgdesc = C++ Bayesian networks library
- pkgver = 0.22.4
+ pkgver = 0.22.5
pkgrel = 1
url = http://agrum.gitlab.io/
arch = x86_64
@@ -12,7 +12,7 @@ pkgbase = agrum
depends = ipython
depends = python-ipykernel
depends = unixodbc
- source = https://gitlab.com/agrumery/aGrUM/-/archive/0.22.4/aGrUM-0.22.4.tar.bz2
- sha256sums = 0f9746e7de7221e68e05da631992bf042432b2efb480ecc1d2e2a5df51090612
+ source = https://gitlab.com/agrumery/aGrUM/-/archive/0.22.5/aGrUM-0.22.5.tar.bz2
+ sha256sums = 86773870de4183c9dd9be96933398f24e995cc68feefa47476e65269e4c3fb05
pkgname = agrum
diff --git a/PKGBUILD b/PKGBUILD
index b692534b2d6f..1777dd1de06f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=agrum
-pkgver=0.22.4
+pkgver=0.22.5
pkgrel=1
pkgdesc="C++ Bayesian networks library"
license=('LGPL')
@@ -8,7 +8,7 @@ url="http://agrum.gitlab.io/"
depends=('python-pydotplus' 'python-matplotlib' 'python-six' 'ipython' 'python-ipykernel' 'unixodbc')
makedepends=('cmake')
source=("https://gitlab.com/agrumery/aGrUM/-/archive/${pkgver}/aGrUM-${pkgver}.tar.bz2")
-sha256sums=('0f9746e7de7221e68e05da631992bf042432b2efb480ecc1d2e2a5df51090612')
+sha256sums=('86773870de4183c9dd9be96933398f24e995cc68feefa47476e65269e4c3fb05')
build() {
cd "$srcdir/aGrUM-$pkgver"