summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOscar Morante2018-02-16 18:10:21 +0100
committerOscar Morante2018-02-16 18:10:21 +0100
commit6ce08926ec2451b88593fc1dd4ffca5f407a65bc (patch)
tree6eb9136ffdc4e4351f3edfea7023edd8c34decef
parent29f82b0d06ba1a3d0baa09460efeaa32722c6b28 (diff)
downloadaur-6ce08926ec2451b88593fc1dd4ffca5f407a65bc.tar.gz
update to new upstream version (2017.3.1f1)
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD12
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3694a787f1d0..f3febc6dbbed 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = unity-editor-android
pkgdesc = Allows building your Unity projects for the Android platform
- pkgver = 2017.3.0p2+20180117
- pkgrel = 2
+ pkgver = 2017.3.1f1+20180216
+ pkgrel = 1
url = https://unity3d.com/
arch = x86_64
license = custom
@@ -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/7807bc63c3ab/UnitySetup-2017.3.0p2
- sha1sums = ed56e42d211732e37fa84aa31b0d3eb2c92b177d
+ source = http://beta.unity3d.com/download/aea5ecb8f9fd/UnitySetup-2017.3.1f1
+ sha1sums = 065c7c75980dd57dc9b7113b2cd089e2ba2b9931
pkgname = unity-editor-android
diff --git a/PKGBUILD b/PKGBUILD
index 232e7e9aa221..0e8d4504c5d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Oscar Morante <spacepluk at gmail dot com>
-_version=2017.3.0
-_build=p2
-_buildtag=20180117
-_randomstring=7807bc63c3ab
+_version=2017.3.1
+_build=f1
+_buildtag=20180216
+_randomstring=aea5ecb8f9fd
_prefix=/opt/Unity
_unitydownloads="http://beta.unity3d.com/download/${_randomstring}"
#_keepdownloads=yes
pkgname=unity-editor-android
pkgver=${_version}${_build}+${_buildtag}
-pkgrel=2
+pkgrel=1
pkgdesc="Allows building your Unity projects for the Android platform"
arch=('x86_64')
url='https://unity3d.com/'
@@ -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=('ed56e42d211732e37fa84aa31b0d3eb2c92b177d')
+sha1sums=('065c7c75980dd57dc9b7113b2cd089e2ba2b9931')
options=(!strip)
PKGEXT='.pkg.tar' # Prevent compressing of the final package