summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichel Zou2022-06-06 21:02:41 +0200
committerMichel Zou2022-06-06 21:02:41 +0200
commit828bc9ee910cf75e97b121e9e33737d220bf5b6f (patch)
treeb5768c3dc04d8cf34564ee37a77e4f76a96963a7 /PKGBUILD
parent9f97cc9309af3560f34074066c5f066c53a6b88f (diff)
downloadaur-828bc9ee910cf75e97b121e9e33737d220bf5b6f.tar.gz
1.1.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0ccc93602808..7b0de1c73d33 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=agrum
-pkgver=1.1.0
+pkgver=1.1.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=('53b0feac1432688a59455cd7e395182cfdfdf5ce0b317f1ea9afadc3f416e2a1')
+sha256sums=('8ab665f1ad64779d8b285b258cacd91391d400b9f192d3f3fa5ffdae6a2389a7')
build() {
cd "$srcdir/aGrUM-$pkgver"