summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichel Zou2020-11-01 09:14:32 +0100
committerMichel Zou2020-11-01 09:14:32 +0100
commita06d4887a3958f8cb7d2642f1c74ce4a7fb3a050 (patch)
treec29d8b1cd3bda1e05f0717a9afa2cc894d65f424 /PKGBUILD
parent6055aa0612559b6afffcb8e8d07d73d68e254bfa (diff)
downloadaur-a06d4887a3958f8cb7d2642f1c74ce4a7fb3a050.tar.gz
0.18.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 588d72eb85fb..9d0210ba6f72 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=agrum
-pkgver=0.18.1
+pkgver=0.18.2
pkgrel=1
pkgdesc="C++ Bayesian networks library"
license=('LGPL')
@@ -8,7 +8,7 @@ url="http://agrum.gitlab.io/"
depends=('python-pydotplus' 'python-matplotlib' 'python-six' 'ipython' 'python-ipykernel' 'unixodbc')
makedepends=('cmake')
source=("https://gitlab.com/agrumery/aGrUM/-/archive/${pkgver}/aGrUM-${pkgver}.tar.bz2")
-sha256sums=('b6bb4c60e13c76c3c74397ebfbab759e0453dcf0bc17e3fb6519d40fd1c1cd8b')
+sha256sums=('7a7ebf059696aa67fc654ba31b450f42ab41889e9e8ace258df7afe64fbb829c')
build() {
cd "$srcdir/aGrUM-$pkgver"