summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOscar Morante2018-12-16 13:03:57 +0200
committerOscar Morante2018-12-16 13:15:15 +0200
commit71e4152d0e4c22b2dc353eb3f1e8db5bb1cdd7f2 (patch)
treeb51b86f02cd737fbb37c98499b6dcc37dd9b117f
parent9fd5f37b69be9ca1184a5cb64a39c7e1b95a2834 (diff)
downloadaur-71e4152d0e4c22b2dc353eb3f1e8db5bb1cdd7f2.tar.gz
update to new upstream version (2018.2.20f1)
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD9
2 files changed, 6 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1426b214d867..6b20d59aea63 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = unity-editor-android
pkgdesc = Allows building your Unity projects for the Android platform
- pkgver = 2018.2.19f1
+ pkgver = 2018.2.20f1
pkgrel = 1
url = https://unity3d.com/
arch = x86_64
@@ -12,8 +12,8 @@ pkgbase = unity-editor-android
depends = android-udev
optdepends = android-ndk-13b: needed for IL2CPP builds
options = !strip
- source = https://download.unity3d.com/download_unity/06990f28ba00/MacEditorTargetInstaller/UnitySetup-Android-Support-for-Editor-2018.2.19f1.pkg
- sha1sums = 9352cb18f5bbebea33b245497c46118e424fb66f
+ source = https://download.unity3d.com/download_unity/cef3e6c0c622/MacEditorTargetInstaller/UnitySetup-Android-Support-for-Editor-2018.2.20f1.pkg
+ md5sums = 9070ba86ab364fc53152d0219474dfe9
pkgname = unity-editor-android
diff --git a/PKGBUILD b/PKGBUILD
index 637e8c1c9551..ce649b01c3f9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,9 @@
# Maintainer: Oscar Morante <spacepluk@gmail.com>
-_version=2018.2.19
-_build=f1
-_randomstring=06990f28ba00
_prefix=/opt/Unity
pkgname=unity-editor-android
-pkgver=${_version}${_build}
+pkgver=2018.2.20f1
pkgrel=1
pkgdesc="Allows building your Unity projects for the Android platform"
arch=('x86_64')
@@ -18,8 +15,8 @@ depends=('unity-editor'
'android-udev')
makedepends=('cpio')
optdepends=('android-ndk-13b: needed for IL2CPP builds')
-source=("https://download.unity3d.com/download_unity/${_randomstring}/MacEditorTargetInstaller/UnitySetup-Android-Support-for-Editor-${_version}${_build}.pkg")
-sha1sums=('9352cb18f5bbebea33b245497c46118e424fb66f')
+source=("https://download.unity3d.com/download_unity/cef3e6c0c622/MacEditorTargetInstaller/UnitySetup-Android-Support-for-Editor-2018.2.20f1.pkg")
+md5sums=("9070ba86ab364fc53152d0219474dfe9")
options=(!strip)
PKGEXT='.pkg.tar' # Prevent compressing of the final package