summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2024-02-13 22:20:19 +0100
committerMichel Zou2024-02-13 22:20:19 +0100
commit1df09de516c69665a9a73b364c69206ae2a003fd (patch)
treeff2877ae52bea3ff91458e7cddc673b60bd1c36c
parentfe4d9ba96c9b3d37ad1f121654e9adce8c53913f (diff)
downloadaur-1df09de516c69665a9a73b364c69206ae2a003fd.tar.gz
1.12.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a34d1359ac60..555807503af4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = agrum
pkgdesc = C++ Bayesian networks library
- pkgver = 1.11.0
+ pkgver = 1.12.0
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.11.0/aGrUM-1.11.0.tar.bz2
- sha256sums = 19fcd78b90af38317c3e7099c18b5d42050d062796ce188927c8f0f0d77adee1
+ source = https://gitlab.com/agrumery/aGrUM/-/archive/1.12.0/aGrUM-1.12.0.tar.bz2
+ sha256sums = 1544c8d938c262193aa43fd20e75297e39bd92e415c74fc56b54c100090d0a25
pkgname = agrum
diff --git a/PKGBUILD b/PKGBUILD
index 7d56b3514abb..3dedcbaa4ac8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=agrum
-pkgver=1.11.0
+pkgver=1.12.0
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=('19fcd78b90af38317c3e7099c18b5d42050d062796ce188927c8f0f0d77adee1')
+sha256sums=('1544c8d938c262193aa43fd20e75297e39bd92e415c74fc56b54c100090d0a25')
build() {
cd "$srcdir/aGrUM-$pkgver"