summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2019-02-04 18:10:34 +0100
committerMichel Zou2019-02-04 18:10:34 +0100
commitd6225a1d7cde3812fc02b01a788d1cf61e4c813a (patch)
treed3c696ba7947c595ef0eb639dd54412893b17db8
parent2eb06c28a2d8b1e27c71de035e1ec28e574ce26f (diff)
downloadaur-d6225a1d7cde3812fc02b01a788d1cf61e4c813a.tar.gz
0.14.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6605979ae2c5..8c1141f00532 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = agrum
pkgdesc = C++ Bayesian networks library
- pkgver = 0.13.6
+ pkgver = 0.14.0
pkgrel = 1
url = http://agrum.gitlab.io/
arch = i686
@@ -11,8 +11,8 @@ pkgbase = agrum
depends = python-matplotlib
depends = ipython
depends = unixodbc
- source = https://gitlab.com/agrumery/aGrUM/-/archive/0.13.6/aGrUM-0.13.6.tar.bz2
- sha256sums = 81598cad680716a1aa38373bdcd9d893b1d99e78553d57ddde7c124d0381b3b7
+ source = https://gitlab.com/agrumery/aGrUM/-/archive/0.14.0/aGrUM-0.14.0.tar.bz2
+ sha256sums = d6af1a3f6598904171ed5bbd52ea9ab870354aab2a3d61986423c89dd25d0e2b
pkgname = agrum
diff --git a/PKGBUILD b/PKGBUILD
index b62cf92b0e19..be5964bee663 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=agrum
-pkgver=0.13.6
+pkgver=0.14.0
pkgrel=1
pkgdesc="C++ Bayesian networks library"
license=('GPL')
@@ -8,7 +8,7 @@ url="http://agrum.gitlab.io/"
depends=('python-pydotplus' 'python-matplotlib' 'ipython' 'unixodbc')
makedepends=('cmake')
source=("https://gitlab.com/agrumery/aGrUM/-/archive/${pkgver}/aGrUM-${pkgver}.tar.bz2")
-sha256sums=('81598cad680716a1aa38373bdcd9d893b1d99e78553d57ddde7c124d0381b3b7')
+sha256sums=('d6af1a3f6598904171ed5bbd52ea9ab870354aab2a3d61986423c89dd25d0e2b')
build() {
cd "$srcdir/aGrUM-$pkgver"