summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichel Zou2021-11-20 00:42:54 +0100
committerMichel Zou2021-11-20 00:42:54 +0100
commitd8278f2e1163e37cb17cb40ef3ea03e32d01a52e (patch)
tree4ee6445367795900771b6ed31c6f8dab833e5a9c /PKGBUILD
parent4bb01b1d1c2c31db5ac23e0d3498ca0e50754c66 (diff)
downloadaur-d8278f2e1163e37cb17cb40ef3ea03e32d01a52e.tar.gz
0.22.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1e5abb5f106c..b692534b2d6f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=agrum
-pkgver=0.22.3
+pkgver=0.22.4
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=('c4afd29ff7e25a1a215c62a86802933189979990dd5ec2c7bd688cd9b459b567')
+sha256sums=('0f9746e7de7221e68e05da631992bf042432b2efb480ecc1d2e2a5df51090612')
build() {
cd "$srcdir/aGrUM-$pkgver"