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