summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichel Zou2020-04-27 19:58:06 +0200
committerMichel Zou2020-04-27 19:58:06 +0200
commitd728b9b19c7f2390be753f1101c32d9bdbfac436 (patch)
treea60f275bf1234e8635aadfa47aacedf2cb3327d5 /PKGBUILD
parent62fa2e4f4c0217af96c95ef1d5cbd5e2f80c7dcd (diff)
downloadaur-d728b9b19c7f2390be753f1101c32d9bdbfac436.tar.gz
0.17.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 55479e17f609..858e68b77b76 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=agrum
-pkgver=0.17.2
+pkgver=0.17.3
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' 'unixodbc')
makedepends=('cmake')
source=("https://gitlab.com/agrumery/aGrUM/-/archive/${pkgver}/aGrUM-${pkgver}.tar.bz2")
-sha256sums=('0eb7f181a1c6535552c310e56f90644acde54dd9de2256f63cb0f7a51e744c4a')
+sha256sums=('5676f244da53a958eb812bc967781c13d1c1deab14a0edbd01d0e9fb75a5cfdd')
build() {
cd "$srcdir/aGrUM-$pkgver"