summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1d542574b558..e98585c224f6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = argos3-git
pkgdesc = ARGoS 3 Large-scale robot simulator
- pkgver = 3.0.0.beta48.r0.g52c6b34
+ pkgver = 3.0.0.beta59.r58.g096d4975
pkgrel = 1
url = http://www.argos-sim.info
arch = i686
arch = x86_64
license = MIT
- makedepends = gcc>=4.4
+ makedepends = gcc>=5.4
makedepends = git
- makedepends = cmake>=2.8
+ makedepends = cmake>=3.5.1
depends = freeimage>=3.15
- depends = qt4>=4.6
+ depends = qt5-base>=5.5
depends = freeglut>=2.6.0
depends = libxi
depends = libxmu
@@ -19,8 +19,7 @@ pkgbase = argos3-git
depends = graphviz>=2.28
depends = asciidoc>=8.6.2
optdepends = gperftools
- source = git://github.com/ilpincy/argos3.git
+ source = git+https://github.com/ilpincy/argos3.git
md5sums = SKIP
pkgname = argos3-git
-
diff --git a/PKGBUILD b/PKGBUILD
index f1c55adb2cf9..dfbbc01e0e9e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=argos3-git
_gitname=argos3
-pkgver=3.0.0.beta48.r0.g52c6b34
+pkgver=3.0.0.beta59.r58.g096d4975
pkgrel=1
pkgdesc="ARGoS 3 Large-scale robot simulator"
@@ -10,11 +10,11 @@ arch=('i686' 'x86_64')
url="http://www.argos-sim.info"
license=('MIT')
-depends=('freeimage>=3.15' 'qt4>=4.6' 'freeglut>=2.6.0' 'libxi' 'libxmu' 'lua' 'doxygen>=1.7.3' 'graphviz>=2.28' 'asciidoc>=8.6.2')
-makedepends=('gcc>=4.4' 'git' 'cmake>=2.8')
+depends=('freeimage>=3.15' 'qt5-base>=5.5' 'freeglut>=2.6.0' 'libxi' 'libxmu' 'lua' 'doxygen>=1.7.3' 'graphviz>=2.28' 'asciidoc>=8.6.2')
+makedepends=('gcc>=5.4' 'git' 'cmake>=3.5.1')
optdepends=('gperftools')
-source=('git://github.com/ilpincy/argos3.git')
+source=("git+https://github.com/ilpincy/$_gitname.git")
md5sums=('SKIP')
pkgver() {