summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 04156c4af6cb..05dc05259608 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Apr 1 20:20:39 UTC 2017
+# Fri May 26 18:01:21 UTC 2017
pkgbase = agrum
pkgdesc = C++ Bayesian networks library
- pkgver = 0.11.1
+ pkgver = 0.11.2
pkgrel = 1
url = http://agrum.gitlab.io/
arch = i686
@@ -15,8 +15,8 @@ pkgbase = agrum
depends = python-pydotplus
depends = python-matplotlib
depends = ipython
- source = https://gitlab.com/agrumery/aGrUM/repository/archive.tar.bz2?ref=0.11.1
- sha256sums = f2e9105464dc1fbb2873ba118244888a978232006eb39beb46b5f2e245a6065b
+ source = https://gitlab.com/agrumery/aGrUM/repository/archive.tar.bz2?ref=0.11.2
+ sha256sums = 65ce55ede74aa21737e4cefef76ed88d2f37c6b7b4332468289f1f94e80eebc5
pkgname = agrum
diff --git a/PKGBUILD b/PKGBUILD
index f080e8606cfb..5df6769fc429 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=agrum
-pkgver=0.11.1
+pkgver=0.11.2
pkgrel=1
pkgdesc="C++ Bayesian networks library"
license=('GPL')
@@ -8,11 +8,11 @@ url="http://agrum.gitlab.io/"
depends=('python-pydotplus' 'python-matplotlib' 'ipython')
makedepends=('cmake' 'cococpp' 'swig' 'python')
source=("https://gitlab.com/agrumery/aGrUM/repository/archive.tar.bz2?ref=${pkgver}")
-sha256sums=('f2e9105464dc1fbb2873ba118244888a978232006eb39beb46b5f2e245a6065b')
+sha256sums=('65ce55ede74aa21737e4cefef76ed88d2f37c6b7b4332468289f1f94e80eebc5')
prepare() {
- mv aGrUM-0.11.1-dcfc66b25d4edd3156471ec655c9c6092e6a3327/ $pkgname-$pkgver
- cd "$srcdir/$pkgname-$pkgver"
+ # remove sha suffix
+ mv aGrUM-${pkgver}-* $pkgname-$pkgver
}
build() {