summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOscar Morante2018-12-16 13:03:56 +0200
committerOscar Morante2018-12-16 13:15:15 +0200
commit7290cc9ba4866a3426b76039cc2270336a7b1f73 (patch)
tree92ec08df42e0307d52079e1815d604477cfaf441
parent7bc5ef964f4b02d475fa680c8cf1a31bd03093e4 (diff)
downloadaur-7290cc9ba4866a3426b76039cc2270336a7b1f73.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 f1895d6faed5..bc540195474a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = unity-editor-ios
pkgdesc = Allows building your Unity projects for the iOS platform
- pkgver = 2018.2.19f1
+ pkgver = 2018.2.20f1
pkgrel = 1
url = https://unity3d.com/
arch = x86_64
license = custom
depends = unity-editor
options = !strip
- source = https://download.unity3d.com/download_unity/06990f28ba00/LinuxEditorTargetInstaller/UnitySetup-iOS-Support-for-Editor-2018.2.19f1.tar.xz
- sha1sums = 765b1398e0541c5177e6a18cfc3404735613d404
+ source = https://download.unity3d.com/download_unity/cef3e6c0c622/LinuxEditorTargetInstaller/UnitySetup-iOS-Support-for-Editor-2018.2.20f1.tar.xz
+ md5sums = 4e1e9e4143fb6f8e66af6386ed90b8e9
pkgname = unity-editor-ios
diff --git a/PKGBUILD b/PKGBUILD
index 1f0810359d20..da0bbff46a6d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,20 +1,17 @@
# Maintainer: Oscar Morante <spacepluk@gmail.com>
-_version=2018.2.19
-_build=f1
-_randomstring=06990f28ba00
_prefix=/opt/Unity
pkgname=unity-editor-ios
-pkgver=${_version}${_build}
+pkgver=2018.2.20f1
pkgrel=1
pkgdesc="Allows building your Unity projects for the iOS platform"
arch=('x86_64')
url='https://unity3d.com/'
license=('custom')
depends=('unity-editor')
-source=("https://download.unity3d.com/download_unity/${_randomstring}/LinuxEditorTargetInstaller/UnitySetup-iOS-Support-for-Editor-${_version}${_build}.tar.xz")
-sha1sums=('765b1398e0541c5177e6a18cfc3404735613d404')
+source=("https://download.unity3d.com/download_unity/cef3e6c0c622/LinuxEditorTargetInstaller/UnitySetup-iOS-Support-for-Editor-2018.2.20f1.tar.xz")
+md5sums=("4e1e9e4143fb6f8e66af6386ed90b8e9")
options=(!strip)
PKGEXT='.pkg.tar' # Prevent compressing of the final package