summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichel Zou2018-12-19 20:12:19 +0100
committerMichel Zou2018-12-19 20:12:19 +0100
commit19842b1bc3345456076fae7ea8832c73597ec529 (patch)
treeef4640cf67afa3e69aaa2ecaa209dfac8b8fa5f7 /PKGBUILD
parent4c77948d26902bbd60c7384cda4534fc679e0d04 (diff)
downloadaur-19842b1bc3345456076fae7ea8832c73597ec529.tar.gz
0.13.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fdf14d5167fd..fe3e98b16b56 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
pkgname=agrum
-pkgver=0.13.3
+pkgver=0.13.4
pkgrel=1
pkgdesc="C++ Bayesian networks library"
license=('GPL')
arch=('i686' 'x86_64')
url="http://agrum.gitlab.io/"
depends=('python-pydotplus' 'python-matplotlib' 'ipython' 'unixodbc')
-makedepends=('cmake' 'cococpp' 'python')
+makedepends=('cmake' 'cococpp')
source=("https://gitlab.com/agrumery/aGrUM/-/archive/${pkgver}/aGrUM-${pkgver}.tar.bz2")
-sha256sums=('bfc6aa47b1cae82bf7dd58511441d2920cd8d48b890128b66ea131e7e2757653')
+sha256sums=('bfb77bae256e08d100a62719ed6706f84845ce3ef0b87f25842206f5b2f8013b')
build() {
cd "$srcdir/aGrUM-$pkgver"