summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOscar Morante2018-12-16 13:03:56 +0200
committerOscar Morante2018-12-16 13:15:15 +0200
commit4fa8db5ed51d0c4af29476161be0e6b836dc15a7 (patch)
treeefa6e7164c650b468f11c730177913636688b7ba
parenta6a0ddad3378dbf4418c40f7ffcf72b538261351 (diff)
downloadaur-4fa8db5ed51d0c4af29476161be0e6b836dc15a7.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 3061a8c57ec7..bcfa7098098f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = unity-editor-mac
pkgdesc = Allows building your Unity projects for the Mac platform
- pkgver = 2018.2.19f1
+ pkgver = 2018.2.20f1
pkgrel = 1
url = https://unity3d.com/
arch = x86_64
@@ -8,8 +8,8 @@ pkgbase = unity-editor-mac
makedepends = cpio
depends = unity-editor
options = !strip
- source = https://download.unity3d.com/download_unity/06990f28ba00/MacEditorTargetInstaller/UnitySetup-Mac-Mono-Support-for-Editor-2018.2.19f1.pkg
- sha1sums = a188b643d81c2af1e949ceb4e6c2cc9265fb1f13
+ source = https://download.unity3d.com/download_unity/cef3e6c0c622/MacEditorTargetInstaller/UnitySetup-Mac-Mono-Support-for-Editor-2018.2.20f1.pkg
+ md5sums = 936be78c451a01a37c53dee89055dad1
pkgname = unity-editor-mac
diff --git a/PKGBUILD b/PKGBUILD
index a88f82832402..83e11ab85e34 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,9 @@
# Maintainer: Oscar Morante <spacepluk@gmail.com>
-_version=2018.2.19
-_build=f1
-_randomstring=06990f28ba00
_prefix=/opt/Unity
pkgname=unity-editor-mac
-pkgver=${_version}${_build}
+pkgver=2018.2.20f1
pkgrel=1
pkgdesc="Allows building your Unity projects for the Mac platform"
arch=('x86_64')
@@ -14,8 +11,8 @@ url='https://unity3d.com/'
license=('custom')
depends=('unity-editor')
makedepends=('cpio')
-source=("https://download.unity3d.com/download_unity/${_randomstring}/MacEditorTargetInstaller/UnitySetup-Mac-Mono-Support-for-Editor-${_version}${_build}.pkg")
-sha1sums=('a188b643d81c2af1e949ceb4e6c2cc9265fb1f13')
+source=("https://download.unity3d.com/download_unity/cef3e6c0c622/MacEditorTargetInstaller/UnitySetup-Mac-Mono-Support-for-Editor-2018.2.20f1.pkg")
+md5sums=("936be78c451a01a37c53dee89055dad1")
options=(!strip)
PKGEXT='.pkg.tar' # Prevent compressing of the final package