summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOscar Morante2017-12-15 10:10:26 +0100
committerOscar Morante2017-12-15 10:10:26 +0100
commit140557e1d48e920c6fee19feb8405a1b373bbf3c (patch)
treecbfb99b02b6133235424cbde4a36231eb3f5722b
parent409a92dde1231121d3d26e855c937435236b9531 (diff)
downloadaur-140557e1d48e920c6fee19feb8405a1b373bbf3c.tar.gz
fix missing dependency lib32-gcc-libs
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3513eaf5642e..178d5a7ced3d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Wed Oct 25 15:33:47 UTC 2017
+# Thu Dec 14 14:42:31 UTC 2017
pkgbase = unity-editor
pkgdesc = The world's most popular development platform for creating 2D and 3D multiplatform games and interactive experiences.
pkgver = 2017.2.0f3+20171013
- pkgrel = 4
+ pkgrel = 5
epoch = 1
url = https://unity3d.com/
arch = x86_64
@@ -19,6 +19,7 @@ pkgbase = unity-editor
depends = libxtst
depends = libpqxx
depends = npm
+ depends = lib32-gcc-libs
optdepends = ffmpeg: for WebGL exporting
optdepends = nodejs: for WebGL exporting
optdepends = java-runtime: for WebGL exporting
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'