summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2019-03-05 20:48:30 +0100
committerMichel Zou2019-03-05 20:48:30 +0100
commit286cb2d14a6d79fff41c2fa9df419260b8efd76e (patch)
treea382b806b61aabe06b8ff31f505545794add3f24
parent319637032f9579e058ce2204a5aad08f6eb7e997 (diff)
downloadaur-286cb2d14a6d79fff41c2fa9df419260b8efd76e.tar.gz
0.14.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 17a72d347459..30f71a633400 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = agrum
pkgdesc = C++ Bayesian networks library
- pkgver = 0.14.1
+ pkgver = 0.14.2
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.1/aGrUM-0.14.1.tar.bz2
- sha256sums = b993ca19423fea859fa1bf8338ce9ba9f2772fa96c41ddbd8716566a64be1a1c
+ source = https://gitlab.com/agrumery/aGrUM/-/archive/0.14.2/aGrUM-0.14.2.tar.bz2
+ sha256sums = b7b1256db6b1493eabe72c02aecf577c4e1fd8a56f9ddcf651586c221dec1e72
pkgname = agrum
diff --git a/PKGBUILD b/PKGBUILD
index 700898822b01..aa2809c8c75b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=agrum
-pkgver=0.14.1
+pkgver=0.14.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')
source=("https://gitlab.com/agrumery/aGrUM/-/archive/${pkgver}/aGrUM-${pkgver}.tar.bz2")
-sha256sums=('b993ca19423fea859fa1bf8338ce9ba9f2772fa96c41ddbd8716566a64be1a1c')
+sha256sums=('b7b1256db6b1493eabe72c02aecf577c4e1fd8a56f9ddcf651586c221dec1e72')
build() {
cd "$srcdir/aGrUM-$pkgver"