summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGordian Edenhofer2017-04-12 18:41:30 +0200
committerGordian Edenhofer2017-04-12 18:41:30 +0200
commit44ebd4dcdd5f6c63eda64caeac1140caadebcd32 (patch)
treec16029828d13cf667edc0bda70589992d23296f7
parent93e23f0004d1f4f3dfde59ea2362e8e234929415 (diff)
downloadaur-44ebd4dcdd5f6c63eda64caeac1140caadebcd32.tar.gz
upgpkg: unity-editor-bin 5.6.0xf3-1
Add 'alsa-lib' and 'gconf' to the dependency array since they are required for starting the program in a clean chroot.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0ba0d8ce7b47..b9b7f21a7358 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -16,6 +16,8 @@ pkgbase = unity-editor-bin
depends = libpqxx
depends = monodevelop
depends = npm
+ depends = alsa-lib
+ depends = gconf
optdepends = ffmpeg: for WebGL exporting
optdepends = nodejs: for WebGL exporting
optdepends = java-runtime: for WebGL exporting
diff --git a/PKGBUILD b/PKGBUILD
index 1675d67d3661..730ff257df3e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ pkgdesc="The world's most popular development platform for creating 2D and 3D mu
arch=('x86_64')
license=('custom')
url="https://unity3d.com/"
-depends=('desktop-file-utils' 'xdg-utils' 'gcc-multilib' 'libgl' 'glu' 'nss' 'libpng12' 'libxtst' 'libpqxx' 'monodevelop' 'npm')
+depends=('desktop-file-utils' 'xdg-utils' 'gcc-multilib' 'libgl' 'glu' 'nss' 'libpng12' 'libxtst' 'libpqxx' 'monodevelop' 'npm' 'alsa-lib' 'gconf')
optdepends=('ffmpeg: for WebGL exporting'
'nodejs: for WebGL exporting'
'java-runtime: for WebGL exporting'