summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2023-07-25 18:40:56 +0200
committerMichel Zou2023-07-25 18:40:56 +0200
commit587fa5a49c415567f092214127e8c2d3a0942cc3 (patch)
tree908a563430879c0f0838db3f6df5488d21f20434
parent197f4b336b50da4a48b8c235d521582cba8fb179 (diff)
downloadaur-587fa5a49c415567f092214127e8c2d3a0942cc3.tar.gz
1.9.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c8ae7355d163..220ee71b0058 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = agrum
pkgdesc = C++ Bayesian networks library
- pkgver = 1.8.3
+ pkgver = 1.9.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.8.3/aGrUM-1.8.3.tar.bz2
- sha256sums = 16d70eff5a111d6e53357b7fb5101f52930dc90e57eb1d3e8d2e4a9883bf0656
+ source = https://gitlab.com/agrumery/aGrUM/-/archive/1.9.0/aGrUM-1.9.0.tar.bz2
+ sha256sums = b505f2122acffd50ad5a47cf10c80ffcdccfc4d8db3e536cfdc2a4b0ec7ed36d
pkgname = agrum
diff --git a/PKGBUILD b/PKGBUILD
index 6dde56df2dd1..217885c9e11f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=agrum
-pkgver=1.8.3
+pkgver=1.9.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=('16d70eff5a111d6e53357b7fb5101f52930dc90e57eb1d3e8d2e4a9883bf0656')
+sha256sums=('b505f2122acffd50ad5a47cf10c80ffcdccfc4d8db3e536cfdc2a4b0ec7ed36d')
build() {
cd "$srcdir/aGrUM-$pkgver"