summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOscar Morante2018-09-12 14:36:50 +0300
committerOscar Morante2018-09-12 14:36:50 +0300
commitd1786f8aca9bec72e0107b05980154b1f18358d9 (patch)
treec32f482384bb17ef9ea7b0fa33f4026bf60c09b8
parentd13669603b8a06396e9cd192e073f64111ced344 (diff)
downloadaur-d1786f8aca9bec72e0107b05980154b1f18358d9.tar.gz
update to new upstream version (2018.2.7f1)
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eabf2984b526..b6bb256d0952 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.6f1
+ pkgver = 2018.2.7f1+
pkgrel = 1
url = https://unity3d.com/
arch = x86_64
license = custom
depends = unity-editor
options = !strip
- source = https://download.unity3d.com/download_unity/c591d9a97a0b/LinuxEditorTargetInstaller/UnitySetup-iOS-Support-for-Editor-2018.2.6f1.tar.xz
- sha1sums = 980870186d0d23f7e0c581fd4fca900fa9440190
+ source = https://download.unity3d.com/download_unity/4ebd28dd9664/LinuxEditorTargetInstaller/UnitySetup-iOS-Support-for-Editor-2018.2.7f1.tar.xz
+ sha1sums = a606b6c5958bc7edd5c0ce8a153f2cc6419d55b3
pkgname = unity-editor-ios
diff --git a/PKGBUILD b/PKGBUILD
index b748ccd888b8..e3881c0533a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Oscar Morante <spacepluk@gmail.com>
-_version=2018.2.6
+_version=2018.2.7
_build=f1
-_randomstring=c591d9a97a0b
+_randomstring=4ebd28dd9664
_prefix=/opt/Unity
pkgname=unity-editor-ios
-pkgver=${_version}${_build}
+pkgver=${_version}${_build}+${_buildtag}
pkgrel=1
pkgdesc="Allows building your Unity projects for the iOS platform"
arch=('x86_64')
@@ -14,7 +14,7 @@ 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=('980870186d0d23f7e0c581fd4fca900fa9440190')
+sha1sums=('a606b6c5958bc7edd5c0ce8a153f2cc6419d55b3')
options=(!strip)
PKGEXT='.pkg.tar' # Prevent compressing of the final package