summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGordian Edenhofer2017-04-12 18:41:30 +0200
committerGordian Edenhofer2017-04-12 18:41:30 +0200
commit44ebd4dcdd5f6c63eda64caeac1140caadebcd32 (patch)
treec16029828d13cf667edc0bda70589992d23296f7 /PKGBUILD
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.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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'