summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOscar Morante2018-01-18 12:53:33 +0100
committerOscar Morante2018-01-18 12:53:33 +0100
commit87780a5106e2d6f058a94ccc9d0562196dee7109 (patch)
tree5a06aff6bbf239772bc6816dc671167b120ee937
parentcf5f19afd5d8daeb8bd0b47dc6f7f83ca608f3a4 (diff)
downloadaur-87780a5106e2d6f058a94ccc9d0562196dee7109.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 a7b07371c56a..1e70f67de90f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Wed Jan 3 09:04:09 UTC 2018
pkgbase = unity-editor-android
pkgdesc = Allows building your Unity projects for the Android platform
- pkgver = 2017.3.0f1+20171206
+ pkgver = 2017.3.0p2+20180117
pkgrel = 1
url = https://unity3d.com/
arch = x86_64
@@ -16,8 +14,8 @@ pkgbase = unity-editor-android
depends = android-udev
optdepends = android-ndk-13b: needed for IL2CPP builds
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-android
diff --git a/PKGBUILD b/PKGBUILD
index 25d563126541..0cac1510260a 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
@@ -22,7 +22,7 @@ depends=('unity-editor'
optdepends=('android-ndk-13b: needed for IL2CPP builds')
makedepends=('gtk2' 'libsoup' 'libarchive')
source=("${_unitydownloads}/UnitySetup-${_version}${_build}")
-sha1sums=('864eec744e5ca360c41e6121ddbd4cbb48659fe4')
+sha1sums=('ed56e42d211732e37fa84aa31b0d3eb2c92b177d')
options=(!strip)
PKGEXT='.pkg.tar' # Prevent compressing of the final package