summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBollos002020-09-27 01:30:04 -0300
committerBollos002020-09-27 01:30:04 -0300
commit50dba0f615d2c08f93c99edde6d837b10a020abf (patch)
treecae2af61257f8784e3bb6d56562785cdc5a807b4 /PKGBUILD
parent88213356975d58c5eb1ed7cc8c6d993ec478b10d (diff)
downloadaur-50dba0f615d2c08f93c99edde6d837b10a020abf.tar.gz
Correcting package dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index adbdef0faf4e..14b0f888de2b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Bruno Bollos Correa <bollos@outlook.com.br>
pkgname=grsim-git
-pkgver=v1.5.Beta1.r262.g59058ec
+pkgver=v1.5
pkgrel=1
epoch=
pkgdesc="RoboCup Small Size Robot Soccer Simulator"
@@ -9,8 +9,8 @@ arch=('x86_64')
url="https://github.com/RoboCup-SSL/grSim"
license=('GPL3')
groups=()
-depends=('gcc' 'glibc')
-makedepends=('git' 'cmake' 'pkgconf' 'mesa' 'qt5-base' 'ode' 'protobuf' 'boost' 'vartypes-qt5')
+depends=('gcc' 'glibc' 'mesa' 'qt5-base' 'ode' 'protobuf' 'boost' 'vartypes-qt5' 'hicolor-icon-theme')
+makedepends=('git' 'cmake' 'pkgconf' )
provides=('grsim')
conflicts=('grsim')
source=('git+https://github.com/RoboCup-SSL/grSim.git')