summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2019-04-03 19:22:21 +0200
committerMichel Zou2019-04-03 19:22:21 +0200
commit2b6a10f3eb292ca915497e686e895efa53d03838 (patch)
tree3bc973fb0676bcd198ac1260758d747c68b3afaa
parent1bf04684ffb4f6f469b6b5d8e2b5c71077600728 (diff)
downloadaur-2b6a10f3eb292ca915497e686e895efa53d03838.tar.gz
0.14.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c63dd0dcb0c8..f709d998d4a0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-agrum
pkgdesc = C++ Bayesian networks library (mingw-w64)
- pkgver = 0.14.2
+ pkgver = 0.14.3
pkgrel = 1
url = http://agrum.gitlab.io/
arch = any
@@ -10,8 +10,8 @@ pkgbase = mingw-w64-agrum
options = !buildflags
options = staticlibs
options = !strip
- source = https://gitlab.com/agrumery/aGrUM/-/archive/0.14.2/aGrUM-0.14.2.tar.bz2
- sha256sums = b7b1256db6b1493eabe72c02aecf577c4e1fd8a56f9ddcf651586c221dec1e72
+ source = https://gitlab.com/agrumery/aGrUM/-/archive/0.14.3/aGrUM-0.14.3.tar.bz2
+ sha256sums = f36a30263bf9c6a13b9519bf332b85f47c1d53e8278a410629528c29b7d3045a
pkgname = mingw-w64-agrum
diff --git a/PKGBUILD b/PKGBUILD
index 1d2b4c35947a..bf50d2f04e81 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mingw-w64-agrum
-pkgver=0.14.2
+pkgver=0.14.3
pkgrel=1
pkgdesc="C++ Bayesian networks library (mingw-w64)"
license=('GPL')
@@ -9,13 +9,12 @@ depends=('mingw-w64-crt')
makedepends=('mingw-w64-cmake')
options=('!buildflags' 'staticlibs' '!strip')
source=("https://gitlab.com/agrumery/aGrUM/-/archive/${pkgver}/aGrUM-${pkgver}.tar.bz2")
-sha256sums=('b7b1256db6b1493eabe72c02aecf577c4e1fd8a56f9ddcf651586c221dec1e72')
+sha256sums=('f36a30263bf9c6a13b9519bf332b85f47c1d53e8278a410629528c29b7d3045a')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"
prepare () {
cd aGrUM-$pkgver
- curl -L https://gitlab.com/agrumery/aGrUM/merge_requests/191.patch|patch -p1
}
build() {