summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBollos002020-09-27 15:04:28 -0300
committerBollos002020-09-27 15:04:28 -0300
commit6b81131303be6fd13278ad8d615373b2528d5f6a (patch)
tree235b7c4992156c9f1807465972872aabf0f84250 /PKGBUILD
parent50dba0f615d2c08f93c99edde6d837b10a020abf (diff)
downloadaur-6b81131303be6fd13278ad8d615373b2528d5f6a.tar.gz
Removing base-devel dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 14b0f888de2b..c6671d8cba60 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,8 +9,8 @@ arch=('x86_64')
url="https://github.com/RoboCup-SSL/grSim"
license=('GPL3')
groups=()
-depends=('gcc' 'glibc' 'mesa' 'qt5-base' 'ode' 'protobuf' 'boost' 'vartypes-qt5' 'hicolor-icon-theme')
-makedepends=('git' 'cmake' 'pkgconf' )
+depends=('glibc' 'mesa' 'qt5-base' 'ode' 'protobuf' 'boost' 'vartypes-qt5' 'hicolor-icon-theme')
+makedepends=('git' 'cmake')
provides=('grsim')
conflicts=('grsim')
source=('git+https://github.com/RoboCup-SSL/grSim.git')