summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichel Zou2021-07-24 12:39:13 +0200
committerMichel Zou2021-07-24 12:39:13 +0200
commit6b1e70e6f886ab24f4f2dfd18cc4f0edeaf30400 (patch)
treec070d52271d8cfe9626eae201e3adaa1d71d9785 /PKGBUILD
parent4d537f5f0be3387ef3245e481e6d376198e9c7fc (diff)
downloadaur-6b1e70e6f886ab24f4f2dfd18cc4f0edeaf30400.tar.gz
0.21.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b490e261859b..6cb02a68e60c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=agrum
-pkgver=0.20.3
+pkgver=0.21.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=('af07028e0e8fe089a4a8c8ce0a52a330f5377a81b7cc680a7f3c516ec1ae257b')
+sha256sums=('00620d91bf3a5ee4ab817a07c21161ca27fd85b1f630d224f3d8521462ce0af3')
build() {
cd "$srcdir/aGrUM-$pkgver"