summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOscar Morante2018-01-18 12:52:50 +0100
committerOscar Morante2018-01-18 12:52:50 +0100
commit181b51d58081e896aba38860d0aee958fe89af83 (patch)
treec1636b8d867ed015b12d4116a2b105249e763ad5
parent6427ef076469e391b5bb377f6714bcedae760c6a (diff)
downloadaur-181b51d58081e896aba38860d0aee958fe89af83.tar.gz
update to new upstream version (2017.3.0p2+20180117)
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD11
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f5141ca23419..2a2ab0e3be73 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Wed Jan 3 09:58:40 UTC 2018
pkgbase = unity-editor
pkgdesc = The world's most popular development platform for creating 2D and 3D multiplatform games and interactive experiences.
- pkgver = 2017.3.0f1+20171206
+ pkgver = 2017.3.0p2+20180117
pkgrel = 1
epoch = 1
url = https://unity3d.com/
@@ -13,7 +11,8 @@ pkgbase = unity-editor
makedepends = libarchive
depends = desktop-file-utils
depends = xdg-utils
- depends = gcc-multilib
+ depends = gcc-libs
+ depends = lib32-gcc-libs
depends = gconf
depends = libgl
depends = glu
@@ -32,11 +31,11 @@ pkgbase = unity-editor
optdepends = unity-editor-windows
optdepends = unity-editor-facebook
options = !strip
- source = http://beta.unity3d.com/download/3c89f8d277f5/UnitySetup-2017.3.0f1
+ source = http://beta.unity3d.com/download/7807bc63c3ab/UnitySetup-2017.3.0p2
source = unity-editor
source = unity-editor.desktop
source = unity-editor-icon.png
- sha1sums = 864eec744e5ca360c41e6121ddbd4cbb48659fe4
+ sha1sums = ed56e42d211732e37fa84aa31b0d3eb2c92b177d
sha1sums = c3727d6851a3ffd0aef9b380e2485eed9f02ef6b
sha1sums = 6ba1a3051bc0d5ed08e2fa4551d0f6c679109176
sha1sums = fddf4861974f88f0565de7f54f7418204e729894
diff --git a/PKGBUILD b/PKGBUILD
index b6a14fe36309..210ea5d470b0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Oscar Morante <spacepluk at gmail dot com>
_version=2017.3.0
-_build=f1
-_buildtag=20171206
-_randomstring=3c89f8d277f5
+_build=p2
+_buildtag=20180117
+_randomstring=7807bc63c3ab
_prefix=/opt/Unity
_unitydownloads="http://beta.unity3d.com/download/${_randomstring}"
#_keepdownloads=yes
@@ -18,7 +18,8 @@ url='https://unity3d.com/'
license=('custom')
depends=('desktop-file-utils'
'xdg-utils'
- 'gcc-multilib'
+ 'gcc-libs'
+ 'lib32-gcc-libs'
'gconf'
'libgl'
'glu'
@@ -41,7 +42,7 @@ source=("${_unitydownloads}/UnitySetup-${_version}${_build}"
'unity-editor'
'unity-editor.desktop'
'unity-editor-icon.png')
-sha1sums=('864eec744e5ca360c41e6121ddbd4cbb48659fe4'
+sha1sums=('ed56e42d211732e37fa84aa31b0d3eb2c92b177d'
'c3727d6851a3ffd0aef9b380e2485eed9f02ef6b'
'6ba1a3051bc0d5ed08e2fa4551d0f6c679109176'
'fddf4861974f88f0565de7f54f7418204e729894')