summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOscar Morante2018-01-18 12:55:10 +0100
committerOscar Morante2018-01-18 12:55:10 +0100
commit81ceceaf8eb34d8a70565c6d0607e0981cd2dd42 (patch)
tree66e07ac2304549602283d506de3e2afa89050d2d
parent8c6e81352fea535084f590788fb460cc2cb82983 (diff)
downloadaur-81ceceaf8eb34d8a70565c6d0607e0981cd2dd42.tar.gz
update to new upstream version (2017.3.0p2+20180117)
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 593d3fb9b4f0..e1f38a8cd6e8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Wed Jan 3 09:04:10 UTC 2018
pkgbase = unity-editor-mac
pkgdesc = Allows building your Unity projects for the Mac platform
- pkgver = 2017.3.0f1+20171206
+ pkgver = 2017.3.0p2+20180117
pkgrel = 1
url = https://unity3d.com/
arch = x86_64
@@ -12,8 +10,8 @@ pkgbase = unity-editor-mac
makedepends = libarchive
depends = unity-editor
options = !strip
- source = http://beta.unity3d.com/download/3c89f8d277f5/UnitySetup-2017.3.0f1
- sha1sums = 864eec744e5ca360c41e6121ddbd4cbb48659fe4
+ source = http://beta.unity3d.com/download/7807bc63c3ab/UnitySetup-2017.3.0p2
+ sha1sums = ed56e42d211732e37fa84aa31b0d3eb2c92b177d
pkgname = unity-editor-mac
diff --git a/PKGBUILD b/PKGBUILD
index ae9848090e8d..951a7e5ac73c 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,7 @@ license=('custom')
depends=('unity-editor')
makedepends=('gtk2' 'libsoup' 'libarchive')
source=("${_unitydownloads}/UnitySetup-${_version}${_build}")
-sha1sums=('864eec744e5ca360c41e6121ddbd4cbb48659fe4')
+sha1sums=('ed56e42d211732e37fa84aa31b0d3eb2c92b177d')
options=(!strip)
PKGEXT='.pkg.tar' # Prevent compressing of the final package