summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2021-11-02 18:32:26 +0100
committerMichel Zou2021-11-02 18:32:26 +0100
commit4bb01b1d1c2c31db5ac23e0d3498ca0e50754c66 (patch)
treef044d8ab89c41a4ca2176a4b720bc01ca22a298c
parent042887f16fe63587265294c1e92aa4c7a9a977f3 (diff)
downloadaur-4bb01b1d1c2c31db5ac23e0d3498ca0e50754c66.tar.gz
0.22.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5375862f7720..8685fdaaceed 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = agrum
pkgdesc = C++ Bayesian networks library
- pkgver = 0.22.2
+ pkgver = 0.22.3
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.2/aGrUM-0.22.2.tar.bz2
- sha256sums = 5a3eae6cd8a19407dad31d0aa66e2cd0a507398acaefce297dfca17584e7a055
+ source = https://gitlab.com/agrumery/aGrUM/-/archive/0.22.3/aGrUM-0.22.3.tar.bz2
+ sha256sums = c4afd29ff7e25a1a215c62a86802933189979990dd5ec2c7bd688cd9b459b567
pkgname = agrum
diff --git a/PKGBUILD b/PKGBUILD
index c83881a942bf..1e5abb5f106c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=agrum
-pkgver=0.22.2
+pkgver=0.22.3
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=('5a3eae6cd8a19407dad31d0aa66e2cd0a507398acaefce297dfca17584e7a055')
+sha256sums=('c4afd29ff7e25a1a215c62a86802933189979990dd5ec2c7bd688cd9b459b567')
build() {
cd "$srcdir/aGrUM-$pkgver"