summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2023-03-18 19:35:04 +0100
committerMichel Zou2023-03-18 19:35:04 +0100
commit3899dceec74988b7d44c312cf7ef2c8aa7380230 (patch)
treef2f4da742dcc07c42aa3eec6a7bd9233f8224c90
parentb3e8db5dbb495c840c38382019f10f46c2e7428e (diff)
downloadaur-3899dceec74988b7d44c312cf7ef2c8aa7380230.tar.gz
1.7.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b93ca03e7d00..ad84d8fee737 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = agrum
pkgdesc = C++ Bayesian networks library
- pkgver = 1.7.0
+ pkgver = 1.7.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.7.0/aGrUM-1.7.0.tar.bz2
- sha256sums = d15f98239c326eeb1fe42f8dd64f229bda3c1725a39fe53e4f603dadfb87db38
+ source = https://gitlab.com/agrumery/aGrUM/-/archive/1.7.1/aGrUM-1.7.1.tar.bz2
+ sha256sums = 63cedd1a20ab8b22edf735d6b22bb5f471031bf9ca9e10e5f8da1405a7c7efc1
pkgname = agrum
diff --git a/PKGBUILD b/PKGBUILD
index 8ccff1e2f4e1..e69e6dc04643 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=agrum
-pkgver=1.7.0
+pkgver=1.7.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=('d15f98239c326eeb1fe42f8dd64f229bda3c1725a39fe53e4f603dadfb87db38')
+sha256sums=('63cedd1a20ab8b22edf735d6b22bb5f471031bf9ca9e10e5f8da1405a7c7efc1')
build() {
cd "$srcdir/aGrUM-$pkgver"