summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Bebbington2017-11-04 03:17:32 +0000
committerTom Bebbington2017-11-04 03:17:32 +0000
commit7904292e77b527687b6fcb2c0508c68735b0beab (patch)
tree630d788a3cc2e1247c61354db4006782c79275d3
parent724f826465c176437cd6bc2a1a43fca36c08612f (diff)
downloadaur-7904292e77b527687b6fcb2c0508c68735b0beab.tar.gz
Fix misname in optional dependencies of g++
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 056d8a289f39..679c2db0fc94 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = kode-studio-bin
pkgdesc = Kode Studio is an IDE specifically tailored for Kha.
pkgver = 17.9.1
- pkgrel = 3
+ pkgrel = 4
url = http://kha.tech/download
arch = x86_64
license = MIT
@@ -18,7 +18,7 @@ pkgbase = kode-studio-bin
depends = libxss
depends = gvfs
optdepends = haxe: third-party Haxe library support
- optdepends = g++: Linux target
+ optdepends = gcc: Linux target
optdepends = libxinerama: Linux target
optdepends = mesa: Linux target
optdepends = unity-editor: Unity target IDE
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'