summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2024-02-16 22:19:53 +0100
committerMichel Zou2024-02-16 22:19:53 +0100
commit8b5149f1516cbb501c103bba37aee36d2a54d9be (patch)
tree90da1ef5f529ec5291a49182a25054b7ebdf7440
parent1df09de516c69665a9a73b364c69206ae2a003fd (diff)
downloadaur-8b5149f1516cbb501c103bba37aee36d2a54d9be.tar.gz
1.12.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 555807503af4..b1e4f97c1485 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = agrum
pkgdesc = C++ Bayesian networks library
- pkgver = 1.12.0
+ pkgver = 1.12.1
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.12.0/aGrUM-1.12.0.tar.bz2
- sha256sums = 1544c8d938c262193aa43fd20e75297e39bd92e415c74fc56b54c100090d0a25
+ source = https://gitlab.com/agrumery/aGrUM/-/archive/1.12.1/aGrUM-1.12.1.tar.bz2
+ sha256sums = 8cd24c0fae72cb220c69fcbae9ec7035666f3ce26c27e64d2b21be2d643717f6
pkgname = agrum
diff --git a/PKGBUILD b/PKGBUILD
index 3dedcbaa4ac8..405f27a0b70a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=agrum
-pkgver=1.12.0
+pkgver=1.12.1
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=('1544c8d938c262193aa43fd20e75297e39bd92e415c74fc56b54c100090d0a25')
+sha256sums=('8cd24c0fae72cb220c69fcbae9ec7035666f3ce26c27e64d2b21be2d643717f6')
build() {
cd "$srcdir/aGrUM-$pkgver"