summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOscar Morante2018-12-16 18:46:53 +0200
committerOscar Morante2018-12-16 18:46:53 +0200
commit83d75aaa1c207a4b2a301b9d62d2104a46171060 (patch)
tree01fa25c2f7b1c909eea2f7233445b291de3bf209
parentf7a4d639a7669c7711624a8eceaf69504ee02fc8 (diff)
downloadaur-83d75aaa1c207a4b2a301b9d62d2104a46171060.tar.gz
update to new upstream version (2019.1.0a12)
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD9
2 files changed, 6 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index db27b9a7a970..367b9e115f72 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = unity-editor-beta-ios
pkgdesc = Allows building your Unity projects for the iOS platform
- pkgver = 2018.3.0f1
+ pkgver = 2019.1.0a12
pkgrel = 1
url = https://unity3d.com/
arch = x86_64
license = custom
depends = unity-editor-beta
options = !strip
- source = https://beta.unity3d.com/download/f023c421e164/LinuxEditorTargetInstaller/UnitySetup-iOS-Support-for-Editor-2018.3.0f1.tar.xz
- sha1sums = ccf789f95456d0c249c0dc4c6b29246da62b98de
+ source = 2019.1.0a12.1.0a12.tar.xz::https://beta.unity3d.com/download/5175bce2e5d4/LinuxEditorTargetInstaller/UnitySetup-iOS-Support-for-Editor-2019.1.0a12.tar.xz
+ md5sums = a1e4c55627add12e037628a4cc81d8dd
pkgname = unity-editor-beta-ios
diff --git a/PKGBUILD b/PKGBUILD
index 1d7af4968efb..ad4390225c71 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,20 +1,17 @@
# Maintainer: Oscar Morante <spacepluk at gmail dot com>
-_version=2018.3.0
-_build=f1
-_randomstring=f023c421e164
_prefix=/opt/UnityBeta
pkgname=unity-editor-beta-ios
-pkgver=${_version}${_build}
+pkgver=2019.1.0a12
pkgrel=1
pkgdesc="Allows building your Unity projects for the iOS platform"
arch=('x86_64')
url='https://unity3d.com/'
license=('custom')
depends=('unity-editor-beta')
-source=("https://beta.unity3d.com/download/${_randomstring}/LinuxEditorTargetInstaller/UnitySetup-iOS-Support-for-Editor-${_version}${_build}.tar.xz")
-sha1sums=('ccf789f95456d0c249c0dc4c6b29246da62b98de')
+source=("2019.1.0a12.1.0a12.tar.xz::https://beta.unity3d.com/download/5175bce2e5d4/LinuxEditorTargetInstaller/UnitySetup-iOS-Support-for-Editor-2019.1.0a12.tar.xz")
+md5sums=("a1e4c55627add12e037628a4cc81d8dd")
options=(!strip)
PKGEXT='.pkg.tar' # Prevent compressing of the final package