summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2024-01-06 19:24:21 +0100
committerMichel Zou2024-01-06 19:24:21 +0100
commitfe4d9ba96c9b3d37ad1f121654e9adce8c53913f (patch)
tree9c5b92fe2816b2ff62aac2a48feadccc2091b5d7
parent5868c5a15eb432a47e585ce63228801e9b750b5d (diff)
downloadaur-fe4d9ba96c9b3d37ad1f121654e9adce8c53913f.tar.gz
1.11.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b23c7c123019..a34d1359ac60 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = agrum
pkgdesc = C++ Bayesian networks library
- pkgver = 1.10.0
+ pkgver = 1.11.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.10.0/aGrUM-1.10.0.tar.bz2
- sha256sums = 69c43593c63364a7ad8ca76c12f004dbf4b2ecf57c4844f2762e0f7e502b108b
+ source = https://gitlab.com/agrumery/aGrUM/-/archive/1.11.0/aGrUM-1.11.0.tar.bz2
+ sha256sums = 19fcd78b90af38317c3e7099c18b5d42050d062796ce188927c8f0f0d77adee1
pkgname = agrum
diff --git a/PKGBUILD b/PKGBUILD
index 30984865d503..7d56b3514abb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=agrum
-pkgver=1.10.0
+pkgver=1.11.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=('69c43593c63364a7ad8ca76c12f004dbf4b2ecf57c4844f2762e0f7e502b108b')
+sha256sums=('19fcd78b90af38317c3e7099c18b5d42050d062796ce188927c8f0f0d77adee1')
build() {
cd "$srcdir/aGrUM-$pkgver"