summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c2990eb0511d..b9aad7581d5e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Jun 7 16:27:13 UTC 2018
+# Wed Jun 13 18:56:50 UTC 2018
pkgbase = agrum
pkgdesc = C++ Bayesian networks library
- pkgver = 0.13.1
+ pkgver = 0.13.2
pkgrel = 1
url = http://agrum.gitlab.io/
arch = i686
@@ -15,8 +15,8 @@ pkgbase = agrum
depends = python-matplotlib
depends = ipython
depends = unixodbc
- source = https://gitlab.com/agrumery/aGrUM/-/archive/0.13.1/aGrUM-0.13.1.tar.bz2
- sha256sums = 6298cd6ce6e7cc7badd195dc1dfae246679b5d416697d31f77c0626c475211b0
+ source = https://gitlab.com/agrumery/aGrUM/-/archive/0.13.2/aGrUM-0.13.2.tar.bz2
+ sha256sums = 952fa38d7c19a6c8c0119132c409974e078d27fe58d9919a018b1b376fe589e9
pkgname = agrum
diff --git a/PKGBUILD b/PKGBUILD
index 2be887d08365..44a2f06dd36d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=agrum
-pkgver=0.13.1
+pkgver=0.13.2
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' 'cococpp' 'python')
source=("https://gitlab.com/agrumery/aGrUM/-/archive/${pkgver}/aGrUM-${pkgver}.tar.bz2")
-sha256sums=('6298cd6ce6e7cc7badd195dc1dfae246679b5d416697d31f77c0626c475211b0')
+sha256sums=('952fa38d7c19a6c8c0119132c409974e078d27fe58d9919a018b1b376fe589e9')
build() {
cd "$srcdir/aGrUM-$pkgver"