summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichel Zou2021-04-08 10:56:14 +0200
committerMichel Zou2021-04-08 10:56:14 +0200
commitffa1f5cc711cdf070fea0749a04e161df42fe07c (patch)
tree129edde3a6524867449115f97ea5c6ac48e18d0c /PKGBUILD
parentd8c83597bbc8e368156631b67b9c4f6b4e7cf372 (diff)
downloadaur-ffa1f5cc711cdf070fea0749a04e161df42fe07c.tar.gz
0.20.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ef83d64237c9..0ad03f7c9bed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=agrum
-pkgver=0.19.3
+pkgver=0.20.0
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=('3a1a8ff491022f211b63e9a8aeca0726b58c317454d88310021407731084eb5f')
+sha256sums=('e3dc6bb897c1d9d2b134c8e54150c220f154ca43de4743178999baeaacd2c476')
build() {
cd "$srcdir/aGrUM-$pkgver"