summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGraham Edgecombe2016-12-20 21:12:16 +0000
committerGraham Edgecombe2016-12-20 21:12:16 +0000
commit69f5e6bf0b7cb24c6ef1f30fd6ba6eed469591b5 (patch)
treec08416b25f0a60dcefe49c57a26bc04bba5ac1fe
parent9958a61544e5cd6e5b41e7c7e0bd14ed0a127f9b (diff)
downloadaur-69f5e6bf0b7cb24c6ef1f30fd6ba6eed469591b5.tar.gz
Replace kdebase-kdialog optdepend with kdialog
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 842b58199b36..34a28f2d2daa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Tue Dec 20 20:18:54 UTC 2016
+# Tue Dec 20 21:12:14 UTC 2016
pkgbase = openrct2-git
pkgdesc = Open source re-implementation of Roller Coaster Tycoon 2 (requires full copy of the game)
- pkgver = r10028.7a4ef40
- pkgrel = 1
+ pkgver = r10284.785a6ac85
+ pkgrel = 2
url = https://openrct2.website
install = openrct2.install
arch = i686
@@ -22,7 +22,7 @@ pkgbase = openrct2-git
depends = openssl
depends = libzip
optdepends = zenity: System dialog box support (GNOME/GTK)
- optdepends = kdebase-kdialog: System dialog box support (KDE)
+ optdepends = kdialog: System dialog box support (KDE)
optdepends = alsa-lib: ALSA audio driver
optdepends = libpulse: PulseAudio audio driver
provides = openrct2
diff --git a/PKGBUILD b/PKGBUILD
index c2e67df4c129..68463fdb581e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Graham Edgecombe <graham@grahamedgecombe.com>
pkgname=openrct2-git
pkgver=r10284.785a6ac85
-pkgrel=1
+pkgrel=2
pkgdesc='Open source re-implementation of Roller Coaster Tycoon 2 (requires full
copy of the game)'
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ depends=('hicolor-icon-theme' 'sdl2' 'sdl2_ttf' 'curl' 'jansson' 'speexdsp'
'fontconfig' 'libpng' 'openssl' 'libzip')
makedepends=('git' 'cmake')
optdepends=('zenity: System dialog box support (GNOME/GTK)'
- 'kdebase-kdialog: System dialog box support (KDE)'
+ 'kdialog: System dialog box support (KDE)'
'alsa-lib: ALSA audio driver'
'libpulse: PulseAudio audio driver')
conflicts=('openrct2')