summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2022-07-05 18:33:50 +0200
committerMichel Zou2022-07-05 18:33:50 +0200
commit3952ac1ddcafa095b6ff70f7d64c00d437660fcc (patch)
tree0ec3bdaea298d44aa08afb03942c3c967316d151
parent828bc9ee910cf75e97b121e9e33737d220bf5b6f (diff)
downloadaur-3952ac1ddcafa095b6ff70f7d64c00d437660fcc.tar.gz
1.2.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 42f3d0be327c..68c83f84d6e1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = agrum
pkgdesc = C++ Bayesian networks library
- pkgver = 1.1.1
+ pkgver = 1.2.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.1.1/aGrUM-1.1.1.tar.bz2
- sha256sums = 8ab665f1ad64779d8b285b258cacd91391d400b9f192d3f3fa5ffdae6a2389a7
+ source = https://gitlab.com/agrumery/aGrUM/-/archive/1.2.0/aGrUM-1.2.0.tar.bz2
+ sha256sums = bc7c6b7209f975ba39a07aa593df05d286c49e98c4701dfc38b4e93a666bff59
pkgname = agrum
diff --git a/PKGBUILD b/PKGBUILD
index 7b0de1c73d33..ee29cdd6c19e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=agrum
-pkgver=1.1.1
+pkgver=1.2.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=('8ab665f1ad64779d8b285b258cacd91391d400b9f192d3f3fa5ffdae6a2389a7')
+sha256sums=('bc7c6b7209f975ba39a07aa593df05d286c49e98c4701dfc38b4e93a666bff59')
build() {
cd "$srcdir/aGrUM-$pkgver"