summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2023-10-19 20:28:02 +0200
committerMichel Zou2023-10-19 20:28:02 +0200
commit5868c5a15eb432a47e585ce63228801e9b750b5d (patch)
tree1cfdbbcc87bb66247bf86eb34c570618e5a1511a
parent587fa5a49c415567f092214127e8c2d3a0942cc3 (diff)
downloadaur-5868c5a15eb432a47e585ce63228801e9b750b5d.tar.gz
1.10.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 220ee71b0058..b23c7c123019 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = agrum
pkgdesc = C++ Bayesian networks library
- pkgver = 1.9.0
+ pkgver = 1.10.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.9.0/aGrUM-1.9.0.tar.bz2
- sha256sums = b505f2122acffd50ad5a47cf10c80ffcdccfc4d8db3e536cfdc2a4b0ec7ed36d
+ source = https://gitlab.com/agrumery/aGrUM/-/archive/1.10.0/aGrUM-1.10.0.tar.bz2
+ sha256sums = 69c43593c63364a7ad8ca76c12f004dbf4b2ecf57c4844f2762e0f7e502b108b
pkgname = agrum
diff --git a/PKGBUILD b/PKGBUILD
index 217885c9e11f..30984865d503 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=agrum
-pkgver=1.9.0
+pkgver=1.10.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=('b505f2122acffd50ad5a47cf10c80ffcdccfc4d8db3e536cfdc2a4b0ec7ed36d')
+sha256sums=('69c43593c63364a7ad8ca76c12f004dbf4b2ecf57c4844f2762e0f7e502b108b')
build() {
cd "$srcdir/aGrUM-$pkgver"