summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2021-07-24 12:39:13 +0200
committerMichel Zou2021-07-24 12:39:13 +0200
commit6b1e70e6f886ab24f4f2dfd18cc4f0edeaf30400 (patch)
treec070d52271d8cfe9626eae201e3adaa1d71d9785
parent4d537f5f0be3387ef3245e481e6d376198e9c7fc (diff)
downloadaur-6b1e70e6f886ab24f4f2dfd18cc4f0edeaf30400.tar.gz
0.21.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 13a122c3b06d..109aae1dfa78 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = agrum
pkgdesc = C++ Bayesian networks library
- pkgver = 0.20.3
+ pkgver = 0.21.0
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.20.3/aGrUM-0.20.3.tar.bz2
- sha256sums = af07028e0e8fe089a4a8c8ce0a52a330f5377a81b7cc680a7f3c516ec1ae257b
+ source = https://gitlab.com/agrumery/aGrUM/-/archive/0.21.0/aGrUM-0.21.0.tar.bz2
+ sha256sums = 00620d91bf3a5ee4ab817a07c21161ca27fd85b1f630d224f3d8521462ce0af3
pkgname = agrum
diff --git a/PKGBUILD b/PKGBUILD
index b490e261859b..6cb02a68e60c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=agrum
-pkgver=0.20.3
+pkgver=0.21.0
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=('af07028e0e8fe089a4a8c8ce0a52a330f5377a81b7cc680a7f3c516ec1ae257b')
+sha256sums=('00620d91bf3a5ee4ab817a07c21161ca27fd85b1f630d224f3d8521462ce0af3')
build() {
cd "$srcdir/aGrUM-$pkgver"