summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2022-12-01 07:38:08 +0100
committerMichel Zou2022-12-01 07:38:08 +0100
commit85793f537da5473114bdc49314de15ab6385cfe1 (patch)
tree19078989f865797e60cc8e0c3da6333a6df2093c
parentb1993f6f1519adb6dc130de227e56b093eabe27d (diff)
downloadaur-85793f537da5473114bdc49314de15ab6385cfe1.tar.gz
1.5.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8b6b2ba8f332..c84bcb59a081 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = agrum
pkgdesc = C++ Bayesian networks library
- pkgver = 1.4.1
+ pkgver = 1.5.0
pkgrel = 1
url = http://agrum.gitlab.io/
arch = x86_64
@@ -15,7 +15,7 @@ pkgbase = agrum
depends = python-scikit-learn
depends = python-cairosvg
depends = unixodbc
- source = https://gitlab.com/agrumery/aGrUM/-/archive/1.4.1/aGrUM-1.4.1.tar.bz2
- sha256sums = 1db12a6dffa7df14bfddc777a5f46dcd2a451281934d85aefeb305ebd38588d1
+ source = https://gitlab.com/agrumery/aGrUM/-/archive/1.5.0/aGrUM-1.5.0.tar.bz2
+ sha256sums = e4635ffce2fe92a040982a8b3ef9ba947c4dbbc2b2640748a6507af6d62ef50f
pkgname = agrum
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"