summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2019-05-10 06:22:22 +0200
committerMichel Zou2019-05-10 06:22:22 +0200
commitdc5e2e76884feec57210d63f651cb4342f266f3f (patch)
tree41274e4a7254b8698c55b8c601fa008e2d116285
parent8518a03faeb2629b119823bf8b7f1cb603dbed64 (diff)
downloadaur-dc5e2e76884feec57210d63f651cb4342f266f3f.tar.gz
0.15.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d0fc770bdc68..46c901256eb0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = agrum
pkgdesc = C++ Bayesian networks library
- pkgver = 0.14.3
+ pkgver = 0.15.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.14.3/aGrUM-0.14.3.tar.bz2
- sha256sums = f36a30263bf9c6a13b9519bf332b85f47c1d53e8278a410629528c29b7d3045a
+ source = https://gitlab.com/agrumery/aGrUM/-/archive/0.15.0/aGrUM-0.15.0.tar.bz2
+ sha256sums = c6b96319e27c6ba1a58973fb75c014cc19786513574a48dc7583a7cb15426f55
pkgname = agrum
diff --git a/PKGBUILD b/PKGBUILD
index 34f4f398a2fa..b13b8298f3b3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=agrum
-pkgver=0.14.3
+pkgver=0.15.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=('f36a30263bf9c6a13b9519bf332b85f47c1d53e8278a410629528c29b7d3045a')
+sha256sums=('c6b96319e27c6ba1a58973fb75c014cc19786513574a48dc7583a7cb15426f55')
build() {
cd "$srcdir/aGrUM-$pkgver"