summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichel Zou2022-12-01 07:38:08 +0100
committerMichel Zou2022-12-01 07:38:08 +0100
commit85793f537da5473114bdc49314de15ab6385cfe1 (patch)
tree19078989f865797e60cc8e0c3da6333a6df2093c /PKGBUILD
parentb1993f6f1519adb6dc130de227e56b093eabe27d (diff)
downloadaur-85793f537da5473114bdc49314de15ab6385cfe1.tar.gz
1.5.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 06a7b44e3054..63172f204a3e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=agrum
-pkgver=1.4.1
+pkgver=1.5.0
pkgrel=1
pkgdesc="C++ Bayesian networks library"
license=('LGPL')
@@ -8,7 +8,7 @@ url="http://agrum.gitlab.io/"
depends=('python-pydot' 'python-matplotlib' 'python-six' 'ipython' 'python-ipykernel' 'python-pandas' 'python-scikit-learn' 'python-cairosvg' 'unixodbc')
makedepends=('cmake')
source=("https://gitlab.com/agrumery/aGrUM/-/archive/${pkgver}/aGrUM-${pkgver}.tar.bz2")
-sha256sums=('1db12a6dffa7df14bfddc777a5f46dcd2a451281934d85aefeb305ebd38588d1')
+sha256sums=('e4635ffce2fe92a040982a8b3ef9ba947c4dbbc2b2640748a6507af6d62ef50f')
build() {
cd "$srcdir/aGrUM-$pkgver"