summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorOscar Morante2017-12-15 10:10:26 +0100
committerOscar Morante2017-12-15 10:10:26 +0100
commit140557e1d48e920c6fee19feb8405a1b373bbf3c (patch)
treecbfb99b02b6133235424cbde4a36231eb3f5722b /PKGBUILD
parent409a92dde1231121d3d26e855c937435236b9531 (diff)
downloadaur-140557e1d48e920c6fee19feb8405a1b373bbf3c.tar.gz
fix missing dependency lib32-gcc-libs
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 035289e651cd..12245c599993 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ _extractiondir=unity-editor-${_version}${_build}
pkgname=('unity-editor' 'monodevelop-unity')
pkgver=${_version}${_build}+${_buildtag}
-pkgrel=4
+pkgrel=5
epoch=1
pkgdesc="The world's most popular development platform for creating 2D and 3D multiplatform games and interactive experiences."
arch=('x86_64')
@@ -28,7 +28,8 @@ depends=('desktop-file-utils'
'libpng12'
'libxtst'
'libpqxx'
- 'npm')
+ 'npm'
+ 'lib32-gcc-libs')
optdepends=('ffmpeg: for WebGL exporting'
'nodejs: for WebGL exporting'
'java-runtime: for WebGL exporting'