summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2022-10-14 19:31:18 +0200
committerMichel Zou2022-10-14 19:31:18 +0200
commitdccd8d9f4c7836015eb9e16fcee0945d2943d0f0 (patch)
tree963ebd5162e6036b752428a8fe7532eeaedacb9f
parentc5145982b6370c44c8fbf4e9b34903ce31916481 (diff)
downloadaur-dccd8d9f4c7836015eb9e16fcee0945d2943d0f0.tar.gz
1.3.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 46190d1178b2..ee6ffba313c1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = agrum
pkgdesc = C++ Bayesian networks library
- pkgver = 1.3.1
+ pkgver = 1.3.2
pkgrel = 1
url = http://agrum.gitlab.io/
arch = x86_64
@@ -15,7 +15,7 @@ pkgbase = agrum
depends = python-scikit-learn
depends = python-cairosvg
depends = unixodbc
- source = https://gitlab.com/agrumery/aGrUM/-/archive/1.3.1/aGrUM-1.3.1.tar.bz2
- sha256sums = 159628661029e45c48027deecc8d8bc0540dc6ec550aead83bd9e9294b345830
+ source = https://gitlab.com/agrumery/aGrUM/-/archive/1.3.2/aGrUM-1.3.2.tar.bz2
+ sha256sums = baf3ff04edefaa3cf0aa1e3168ac726722ce2458eb7073d94cfeaa7d83441a87
pkgname = agrum
diff --git a/PKGBUILD b/PKGBUILD
index e28386bf7a6b..456e9c9a0bcd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=agrum
-pkgver=1.3.1
+pkgver=1.3.2
pkgrel=1
pkgdesc="C++ Bayesian networks library"
license=('LGPL')
@@ -8,7 +8,7 @@ url="http://agrum.gitlab.io/"
depends=('python-pydot' 'python-matplotlib' 'python-six' 'ipython' 'python-ipykernel' 'python-pandas' 'python-scikit-learn' 'python-cairosvg' 'unixodbc')
makedepends=('cmake')
source=("https://gitlab.com/agrumery/aGrUM/-/archive/${pkgver}/aGrUM-${pkgver}.tar.bz2")
-sha256sums=('159628661029e45c48027deecc8d8bc0540dc6ec550aead83bd9e9294b345830')
+sha256sums=('baf3ff04edefaa3cf0aa1e3168ac726722ce2458eb7073d94cfeaa7d83441a87')
build() {
cd "$srcdir/aGrUM-$pkgver"