summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2020-11-01 09:14:32 +0100
committerMichel Zou2020-11-01 09:14:32 +0100
commita06d4887a3958f8cb7d2642f1c74ce4a7fb3a050 (patch)
treec29d8b1cd3bda1e05f0717a9afa2cc894d65f424
parent6055aa0612559b6afffcb8e8d07d73d68e254bfa (diff)
downloadaur-a06d4887a3958f8cb7d2642f1c74ce4a7fb3a050.tar.gz
0.18.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dc00acd2d1c6..b9d4b1e9df95 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = agrum
pkgdesc = C++ Bayesian networks library
- pkgver = 0.18.1
+ pkgver = 0.18.2
pkgrel = 1
url = http://agrum.gitlab.io/
arch = i686
@@ -13,8 +13,8 @@ pkgbase = agrum
depends = ipython
depends = python-ipykernel
depends = unixodbc
- source = https://gitlab.com/agrumery/aGrUM/-/archive/0.18.1/aGrUM-0.18.1.tar.bz2
- sha256sums = b6bb4c60e13c76c3c74397ebfbab759e0453dcf0bc17e3fb6519d40fd1c1cd8b
+ source = https://gitlab.com/agrumery/aGrUM/-/archive/0.18.2/aGrUM-0.18.2.tar.bz2
+ sha256sums = 7a7ebf059696aa67fc654ba31b450f42ab41889e9e8ace258df7afe64fbb829c
pkgname = agrum
diff --git a/PKGBUILD b/PKGBUILD
index 588d72eb85fb..9d0210ba6f72 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=agrum
-pkgver=0.18.1
+pkgver=0.18.2
pkgrel=1
pkgdesc="C++ Bayesian networks library"
license=('LGPL')
@@ -8,7 +8,7 @@ url="http://agrum.gitlab.io/"
depends=('python-pydotplus' 'python-matplotlib' 'python-six' 'ipython' 'python-ipykernel' 'unixodbc')
makedepends=('cmake')
source=("https://gitlab.com/agrumery/aGrUM/-/archive/${pkgver}/aGrUM-${pkgver}.tar.bz2")
-sha256sums=('b6bb4c60e13c76c3c74397ebfbab759e0453dcf0bc17e3fb6519d40fd1c1cd8b')
+sha256sums=('7a7ebf059696aa67fc654ba31b450f42ab41889e9e8ace258df7afe64fbb829c')
build() {
cd "$srcdir/aGrUM-$pkgver"