summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichel Zou2022-07-05 18:33:50 +0200
committerMichel Zou2022-07-05 18:33:50 +0200
commit3952ac1ddcafa095b6ff70f7d64c00d437660fcc (patch)
tree0ec3bdaea298d44aa08afb03942c3c967316d151 /PKGBUILD
parent828bc9ee910cf75e97b121e9e33737d220bf5b6f (diff)
downloadaur-3952ac1ddcafa095b6ff70f7d64c00d437660fcc.tar.gz
1.2.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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"