aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorremspoor2016-10-21 20:02:58 +0200
committerremspoor2016-10-21 20:02:58 +0200
commit29a771ad5490a759c2f88ff81df4220551fcae78 (patch)
treebca6b4a543165a1e51f5b8924a8ac516f3a8bbb0
parentc10d5594ec3b34accf03742ebda7ae8baeb7021c (diff)
downloadaur-29a771ad5490a759c2f88ff81df4220551fcae78.tar.gz
Cleanup a few unused fields
-rw-r--r--PKGBUILD6
1 files changed, 0 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fa6a9c3a0cac..e6a474d60549 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,11 +7,6 @@ pkgdesc="CGM rc Heli Flight Simulator"
arch=('i686' 'x86_64')
url="http://www.rc-aerobatics.eu/index_e.html"
license=('custom')
-groups=()
-backup=()
-options=()
-install=
-depends=()
optdepends=( 'joyutils: jscal, jstest, and jsattach utilities for the Linux joystick driver')
source=( 'http://www.cgm-online.com/secure_rc-heli-simulator/cgm-rc-heli-simulator-linux-x86-64bit.zip'
@@ -66,5 +61,4 @@ package() {
cd "${pkgdir}/opt/${pkgname}"
if [ -f "./neXt.x86_64" ]; then ln -s "neXt.x86_64" "${pkgname}"; fi
if [ -f "./neXt.x86" ]; then ln -s "neXt.x86" "${pkgname}"; fi
-
}