summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2017-04-01 22:22:54 +0200
committerMichel Zou2017-04-01 22:22:54 +0200
commita36dcfb9ecd4612ad7e1f6b0a4a807060aa79d62 (patch)
tree6bd1777f5d48721b79b3571f3cf9bf5148e79883
parent79415f5998ba2b6108c92ba9b5f8b3f85bd4df62 (diff)
downloadaur-a36dcfb9ecd4612ad7e1f6b0a4a807060aa79d62.tar.gz
0.11.1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD9
2 files changed, 10 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6b1e74831abc..b79c77dfb85f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
# Generated by mksrcinfo v8
-# Wed Feb 15 19:15:08 UTC 2017
+# Sat Apr 1 20:22:54 UTC 2017
pkgbase = mingw-w64-agrum
pkgdesc = C++ Bayesian networks library (mingw-w64)
- pkgver = 0.10.4
+ pkgver = 0.11.1
pkgrel = 1
- url = https://forge.lip6.fr/projects/aGrUM/wiki
+ url = http://agrum.gitlab.io/
arch = any
license = GPL
makedepends = git
@@ -13,8 +13,8 @@ pkgbase = mingw-w64-agrum
options = !buildflags
options = staticlibs
options = !strip
- source = agrum-0.10.4::git+git://forge.lip6.fr/aGrUM#tag=0.10.4
- md5sums = SKIP
+ source = https://gitlab.com/agrumery/aGrUM/repository/archive.tar.bz2?ref=0.11.1
+ sha256sums = f2e9105464dc1fbb2873ba118244888a978232006eb39beb46b5f2e245a6065b
pkgname = mingw-w64-agrum
diff --git a/PKGBUILD b/PKGBUILD
index 7f2e6018bfd8..b8142e30b148 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,20 @@
pkgname=mingw-w64-agrum
-pkgver=0.10.4
+pkgver=0.11.1
pkgrel=1
pkgdesc="C++ Bayesian networks library (mingw-w64)"
license=('GPL')
arch=('any')
-url="https://forge.lip6.fr/projects/aGrUM/wiki"
+url="http://agrum.gitlab.io/"
depends=('mingw-w64-crt')
makedepends=('git' 'mingw-w64-cmake')
options=('!buildflags' 'staticlibs' '!strip')
-source=("agrum-${pkgver}::git+git://forge.lip6.fr/aGrUM#tag=${pkgver}")
-md5sums=('SKIP')
+source=("https://gitlab.com/agrumery/aGrUM/repository/archive.tar.bz2?ref=${pkgver}")
+sha256sums=('f2e9105464dc1fbb2873ba118244888a978232006eb39beb46b5f2e245a6065b')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"
prepare() {
+ mv aGrUM-0.11.1-dcfc66b25d4edd3156471ec655c9c6092e6a3327 agrum-$pkgver
cd agrum-$pkgver
}