summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTom Bebbington2017-11-04 03:17:32 +0000
committerTom Bebbington2017-11-04 03:17:32 +0000
commit7904292e77b527687b6fcb2c0508c68735b0beab (patch)
tree630d788a3cc2e1247c61354db4006782c79275d3 /PKGBUILD
parent724f826465c176437cd6bc2a1a43fca36c08612f (diff)
downloadaur-7904292e77b527687b6fcb2c0508c68735b0beab.tar.gz
Fix misname in optional dependencies of g++
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3365f9cd44cb..4dbaa39bd09c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=kode-studio-bin
_pkgname=kode-studio
pkgver=17.9.1
-pkgrel=3
+pkgrel=4
pkgdesc="Kode Studio is an IDE specifically tailored for Kha."
arch=('x86_64')
url="http://kha.tech/download"
@@ -12,7 +12,7 @@ builddepends=('curl' 'python')
options=('!strip')
depends=(fontconfig libxtst gtk2 python cairo alsa-lib gconf nss gcc-libs libnotify libxss gvfs)
optdepends=('haxe: third-party Haxe library support'
- 'g++: Linux target'
+ 'gcc: Linux target'
'libxinerama: Linux target'
'mesa: Linux target'
'unity-editor: Unity target IDE'