summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2021-09-12 08:56:12 +0200
committerMichel Zou2021-09-12 08:56:12 +0200
commit1012f4e515815bc5d659052b35b1bd74a790a31b (patch)
treeb749719dc3dd13acc21be05453c7cc8b5dad5a58
parenteca1a7e8f4dda7b5f224c077eaf8fb85a7e624d8 (diff)
downloadaur-1012f4e515815bc5d659052b35b1bd74a790a31b.tar.gz
0.22.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ea2995fcd4af..cae71c553381 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = agrum
pkgdesc = C++ Bayesian networks library
- pkgver = 0.22.0
+ pkgver = 0.22.1
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.0/aGrUM-0.22.0.tar.bz2
- sha256sums = d67cbebeb212c39145e4e6dbe6ef9b73276ce988186d40713138d6a5b0f1ffba
+ source = https://gitlab.com/agrumery/aGrUM/-/archive/0.22.1/aGrUM-0.22.1.tar.bz2
+ sha256sums = cdd2c1dbb37b2d4678771d7a36035f4bdacd566633eb06c6cb8b118f07ed5225
pkgname = agrum
diff --git a/PKGBUILD b/PKGBUILD
index 86f580fa4df3..7553eaf5721f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=agrum
-pkgver=0.22.0
+pkgver=0.22.1
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=('d67cbebeb212c39145e4e6dbe6ef9b73276ce988186d40713138d6a5b0f1ffba')
+sha256sums=('cdd2c1dbb37b2d4678771d7a36035f4bdacd566633eb06c6cb8b118f07ed5225')
build() {
cd "$srcdir/aGrUM-$pkgver"