summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKen2017-04-05 11:02:43 +0200
committerKen2017-04-05 11:02:43 +0200
commit38fa943752740ef9dedc6e7ded8fdf0766e313da (patch)
tree1f6060c1880b57b27e625772d2b85b9992b1ddb7
parentd1a74c8949bd97d3790fa7b42c85ffbab54a3b29 (diff)
downloadaur-38fa943752740ef9dedc6e7ded8fdf0766e313da.tar.gz
new ver and gperftool
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index beba392a94cb..2d70b81d97be 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = argos3-git
pkgdesc = ARGoS 3 Large-scale robot simulator
- pkgver = 3.0.0.beta43.r8.g627ce75
+ pkgver = 3.0.0.beta45.r1.g1971aa8
pkgrel = 1
url = http://www.argos-sim.info
arch = i686
@@ -18,6 +18,7 @@ pkgbase = argos3-git
depends = doxygen>=1.7.3
depends = graphviz>=2.28
depends = asciidoc>=8.6.2
+ optdepends = gperftools
source = git://github.com/ilpincy/argos3.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 16d51335db94..712e19caa745 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=argos3-git
_gitname=argos3
-pkgver=3.0.0.beta43.r8.g627ce75
+pkgver=3.0.0.beta45.r1.g1971aa8
pkgrel=1
pkgdesc="ARGoS 3 Large-scale robot simulator"
@@ -12,6 +12,7 @@ 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')
+optdepends=('gperftools')
source=('git://github.com/ilpincy/argos3.git')
md5sums=('SKIP')