summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichel Zou2021-09-21 21:23:34 +0200
committerMichel Zou2021-09-21 21:23:34 +0200
commit042887f16fe63587265294c1e92aa4c7a9a977f3 (patch)
tree562cf6bfb1546f2e51f965b6245d7053fe172055 /PKGBUILD
parent1012f4e515815bc5d659052b35b1bd74a790a31b (diff)
downloadaur-042887f16fe63587265294c1e92aa4c7a9a977f3.tar.gz
0.22.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7553eaf5721f..c83881a942bf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=agrum
-pkgver=0.22.1
+pkgver=0.22.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=('cdd2c1dbb37b2d4678771d7a36035f4bdacd566633eb06c6cb8b118f07ed5225')
+sha256sums=('5a3eae6cd8a19407dad31d0aa66e2cd0a507398acaefce297dfca17584e7a055')
build() {
cd "$srcdir/aGrUM-$pkgver"