summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjerry732042017-09-26 12:30:55 +0800
committerjerry732042017-09-26 12:32:27 +0800
commit45faaae74b0026b186b1a4f9fa4e84baa00fcfa2 (patch)
treecd0740cf5dbb0b9b50705ee6986f65423bb991f8
parentbf120a97a183cdad5fc8d78ddeba504b9181dbf2 (diff)
downloadaur-45faaae74b0026b186b1a4f9fa4e84baa00fcfa2.tar.gz
Add depends and descriptions
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD16
2 files changed, 14 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 30990016c3f9..4c79b6b3b9fa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,23 @@
# Generated by mksrcinfo v8
-# Tue Sep 26 04:10:01 UTC 2017
+# Tue Sep 26 04:32:20 UTC 2017
pkgbase = stage-git
+ pkgdesc = Stage is a robot simulator providing a virtual world populated by mobile robots and sensors, along with various objects for the robots to sense and manipulate.
pkgver = r2323.0a7eb63f
pkgrel = 1
+ url = http://rtv.github.io/Stage/
arch = i686
arch = x86_64
license = GPLv2
makedepends = git
+ makedepends = cmake
+ depends = fltk>=1.1
+ depends = libpng
+ depends = libjpeg
+ depends = glu
provides = stage
conflicts = stage
source = stage::git+https://github.com/rtv/Stage.git
- md5sums = SKIP
+ sha256sums = SKIP
pkgname = stage-git
diff --git a/PKGBUILD b/PKGBUILD
index f322137d63dc..0ec6b2576c91 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,22 +2,16 @@
pkgname=stage-git
pkgver=r2323.0a7eb63f
pkgrel=1
-pkgdesc=""
+pkgdesc='Stage is a robot simulator providing a virtual world populated by mobile robots and sensors, along with various objects for the robots to sense and manipulate.'
arch=('i686' 'x86_64')
-url=""
+url="http://rtv.github.io/Stage/"
license=('GPLv2')
-groups=()
-depends=()
-makedepends=('git')
+depends=('fltk>=1.1' 'libpng' 'libjpeg' 'glu')
+makedepends=('git' 'cmake')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
-replaces=()
-backup=()
-options=()
-install=
source=('stage::git+https://github.com/rtv/Stage.git')
-md5sums=('SKIP')
-noextract=()
+sha256sums=('SKIP')
pkgver() {
cd "$srcdir/${pkgname%-git}"