summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2021-02-16 16:12:00 +0100
committerMichel Zou2021-02-16 16:12:00 +0100
commit2243346592eefb7eae02ffefefb2a7144ae62a05 (patch)
tree5c2a69a5d12a49e93ad76cf78de5050b7b7fbb95
parent5d2cd543d547c6a84fc1caa312618bef37e17948 (diff)
downloadaur-2243346592eefb7eae02ffefefb2a7144ae62a05.tar.gz
0.19.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a4469cc6cc7c..4bbd922887c5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = agrum
pkgdesc = C++ Bayesian networks library
- pkgver = 0.19.0
+ pkgver = 0.19.1
pkgrel = 1
url = http://agrum.gitlab.io/
arch = x86_64
@@ -12,8 +12,8 @@ pkgbase = agrum
depends = ipython
depends = python-ipykernel
depends = unixodbc
- source = https://gitlab.com/agrumery/aGrUM/-/archive/0.19.0/aGrUM-0.19.0.tar.bz2
- sha256sums = 07e78ab272b79c58b00b5f7f382fdd0c864ecbbf90a93055b054af41611aab88
+ source = https://gitlab.com/agrumery/aGrUM/-/archive/0.19.1/aGrUM-0.19.1.tar.bz2
+ sha256sums = f7ec617a98811d019fd8f2ce08e6b196953b6bac6d3251ee331f9f8c49188f24
pkgname = agrum
diff --git a/PKGBUILD b/PKGBUILD
index bf9e32bffae6..b9b1bd30751a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=agrum
-pkgver=0.19.0
+pkgver=0.19.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=('07e78ab272b79c58b00b5f7f382fdd0c864ecbbf90a93055b054af41611aab88')
+sha256sums=('f7ec617a98811d019fd8f2ce08e6b196953b6bac6d3251ee331f9f8c49188f24')
build() {
cd "$srcdir/aGrUM-$pkgver"