summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOscar Morante2018-05-08 18:54:22 +0300
committerOscar Morante2018-05-08 18:54:22 +0300
commitc2b1fcedc8a6a4a2f18256ced5aac49b52b9037b (patch)
treeee4dc17d8c54ca70405b992532480dd6dc0b74c8
parent733c3e0b0a38658e8d37137a4c8b306e51909a77 (diff)
downloadaur-c2b1fcedc8a6a4a2f18256ced5aac49b52b9037b.tar.gz
update to new upstream version (2018.1.0f2)
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD10
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d0f760134a02..63be856ca1c0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = unity-editor-android
pkgdesc = Allows building your Unity projects for the Android platform
- pkgver = 2017.4.0f1+20180501
+ pkgver = 2018.1.0f2+20180504
pkgrel = 1
url = https://unity3d.com/
arch = x86_64
@@ -14,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/0ec691fce5c2/UnitySetup-2017.4.0f1
- sha1sums = b379e6df5d9d5f02047d37c3399a2b1bb5168dda
+ source = http://beta.unity3d.com/download/170f0691b973/UnitySetup-2018.1.0f2
+ sha1sums = 36104fa796172f3b9845e7c84aaccc7902b68ce2
pkgname = unity-editor-android
diff --git a/PKGBUILD b/PKGBUILD
index d57e47bdb44a..409c1cac14c4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Oscar Morante <spacepluk at gmail dot com>
-_version=2017.4.0
-_build=f1
-_buildtag=20180501
-_randomstring=0ec691fce5c2
+_version=2018.1.0
+_build=f2
+_buildtag=20180504
+_randomstring=170f0691b973
_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=('b379e6df5d9d5f02047d37c3399a2b1bb5168dda')
+sha1sums=('36104fa796172f3b9845e7c84aaccc7902b68ce2')
options=(!strip)
PKGEXT='.pkg.tar' # Prevent compressing of the final package