summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2019-01-09 21:27:03 +0100
committerMichel Zou2019-01-09 21:27:03 +0100
commit2eb06c28a2d8b1e27c71de035e1ec28e574ce26f (patch)
treeecff159676409971dd5cbad8c65bad0c71ebedd0
parentb6f5d4982c0fa00decdfdd57e0388bfe5d0d9d02 (diff)
downloadaur-2eb06c28a2d8b1e27c71de035e1ec28e574ce26f.tar.gz
0.13.6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a213deb8bb28..6605979ae2c5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = agrum
pkgdesc = C++ Bayesian networks library
- pkgver = 0.13.5
+ pkgver = 0.13.6
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.5/aGrUM-0.13.5.tar.bz2
- sha256sums = e53168df030e7dda73c1d24b03488bc5b27775860f177589d6ef97c00350bc85
+ source = https://gitlab.com/agrumery/aGrUM/-/archive/0.13.6/aGrUM-0.13.6.tar.bz2
+ sha256sums = 81598cad680716a1aa38373bdcd9d893b1d99e78553d57ddde7c124d0381b3b7
pkgname = agrum
diff --git a/PKGBUILD b/PKGBUILD
index fb9da87887b5..b62cf92b0e19 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=agrum
-pkgver=0.13.5
+pkgver=0.13.6
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=('e53168df030e7dda73c1d24b03488bc5b27775860f177589d6ef97c00350bc85')
+sha256sums=('81598cad680716a1aa38373bdcd9d893b1d99e78553d57ddde7c124d0381b3b7')
build() {
cd "$srcdir/aGrUM-$pkgver"