summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGraham Edgecombe2016-06-18 11:02:09 +0100
committerGraham Edgecombe2016-06-18 11:02:09 +0100
commitb8d62397db2c20b7ddcd88fb76e7e583a5593086 (patch)
tree8cff4bac4eeca6ecd5a8d35267bd09b6e7d219b9
parentebfc1fe243ff9d84f41f180c4189cc01dac22818 (diff)
downloadaur-b8d62397db2c20b7ddcd88fb76e7e583a5593086.tar.gz
Add missing hicolor-icon-theme dependency.
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD1
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 10a1cf9c3dfd..d0f00dc70ae2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Jun 18 09:55:04 UTC 2016
+# Sat Jun 18 10:02:06 UTC 2016
pkgbase = openrct2-git
pkgdesc = Open source re-implementation of Roller Coaster Tycoon 2 (requires full copy of the game)
- pkgver = r7848.304d797
+ pkgver = r7941.42029c0
pkgrel = 1
url = https://github.com/OpenRCT2/OpenRCT2
install = openrct2.install
@@ -11,6 +11,7 @@ pkgbase = openrct2-git
license = GPL3
makedepends = git
makedepends = cmake
+ depends = hicolor-icon-theme
optdepends = lib32-alsa-lib: ALSA audio support
optdepends = lib32-libpulse: PulseAudio audio support
provides = openrct2
diff --git a/PKGBUILD b/PKGBUILD
index 5cbe22680e75..ebedc4a879b7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,6 +7,7 @@ pkgdesc='Open source re-implementation of Roller Coaster Tycoon 2 (requires full
arch=('i686' 'x86_64')
url='https://github.com/OpenRCT2/OpenRCT2'
license=('GPL3')
+depends=('hicolor-icon-theme')
depends_i686=('sdl2' 'sdl2_ttf' 'curl' 'jansson' 'speexdsp' 'fontconfig'
'libpng' 'openssl')
depends_x86_64=('lib32-sdl2' 'lib32-sdl2_ttf' 'lib32-curl' 'lib32-jansson'