summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2024-05-08 11:36:41 +0200
committerMichel Zou2024-05-08 11:36:41 +0200
commit1e56c12b1fe0c0871633c3ed7909f1782f869f33 (patch)
tree646a3846be18526c984a429b2b5777830dfa0209
parent1a109e38ddafa189c88b9506b95e1cc58373725b (diff)
downloadaur-agrum.tar.gz
1.13.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 69675ba0f082..f2124bc0655f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = agrum
pkgdesc = C++ Bayesian networks library
- pkgver = 1.13.1
+ pkgver = 1.13.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.13.1/aGrUM-1.13.1.tar.bz2
- sha256sums = 80d3b7601fb223ef788346b68e910af43c85a7b08454a9fc5150d5f304ec71c3
+ source = https://gitlab.com/agrumery/aGrUM/-/archive/1.13.2/aGrUM-1.13.2.tar.bz2
+ sha256sums = a57238e60b56c5d65dd1f7a1fcd49dfa22816621a58de48f59a8d38e23c18b89
pkgname = agrum
diff --git a/PKGBUILD b/PKGBUILD
index 18d35acc7443..1c7b5f9b13b0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=agrum
-pkgver=1.13.1
+pkgver=1.13.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=('80d3b7601fb223ef788346b68e910af43c85a7b08454a9fc5150d5f304ec71c3')
+sha256sums=('a57238e60b56c5d65dd1f7a1fcd49dfa22816621a58de48f59a8d38e23c18b89')
build() {
cd "$srcdir/aGrUM-$pkgver"