summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2023-05-09 18:47:41 +0200
committerMichel Zou2023-05-09 18:47:41 +0200
commit7b7090626b0f8d337a4c7ff1df64e3c0be1e0ee6 (patch)
treed97101dc5168cc85746d5f544c3280495a352fa3
parent3899dceec74988b7d44c312cf7ef2c8aa7380230 (diff)
downloadaur-7b7090626b0f8d337a4c7ff1df64e3c0be1e0ee6.tar.gz
1.8.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ad84d8fee737..f50ec653d2f9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = agrum
pkgdesc = C++ Bayesian networks library
- pkgver = 1.7.1
+ pkgver = 1.8.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.7.1/aGrUM-1.7.1.tar.bz2
- sha256sums = 63cedd1a20ab8b22edf735d6b22bb5f471031bf9ca9e10e5f8da1405a7c7efc1
+ source = https://gitlab.com/agrumery/aGrUM/-/archive/1.8.0/aGrUM-1.8.0.tar.bz2
+ sha256sums = 328d57704067faa29ee2a1051950e66bbf5d9c1a5a31fcbdfb5cb1f5ab8f4da9
pkgname = agrum
diff --git a/PKGBUILD b/PKGBUILD
index e69e6dc04643..527211d7affa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=agrum
-pkgver=1.7.1
+pkgver=1.8.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=('63cedd1a20ab8b22edf735d6b22bb5f471031bf9ca9e10e5f8da1405a7c7efc1')
+sha256sums=('328d57704067faa29ee2a1051950e66bbf5d9c1a5a31fcbdfb5cb1f5ab8f4da9')
build() {
cd "$srcdir/aGrUM-$pkgver"