summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOscar Morante2018-08-03 12:51:08 +0200
committerOscar Morante2018-08-03 12:51:08 +0200
commit6839ac9e64e8b73379b9b3300ba39f3c7a324c5f (patch)
treefff03aab299bdb6ab231e06c3bb5d3b995e119b3
parentec6eb650813a51a96f7280374026cca72a54f598 (diff)
downloadaur-6839ac9e64e8b73379b9b3300ba39f3c7a324c5f.tar.gz
update to new upstream version (2018.2.1f1)
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD10
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ca071d4ce922..004ff589bd7d 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.0f2+20180711
+ pkgver = 2018.2.1f1+20180703
pkgrel = 1
url = https://unity3d.com/
arch = x86_64
@@ -10,8 +10,8 @@ pkgbase = unity-editor-mac
makedepends = libarchive
depends = unity-editor
options = !strip
- source = http://beta.unity3d.com/download/10189b18f56e/UnitySetup-2018.2.0f2
- sha1sums = a8d71b86c8a8f3bbccdf813c3bc67b3dd92c728d
+ source = http://beta.unity3d.com/download/48afb4a72b1a/UnitySetup-2018.2.1f1
+ sha1sums = ed3906b2607db3b806be153f8062990268af76ac
pkgname = unity-editor-mac
diff --git a/PKGBUILD b/PKGBUILD
index 0541a53169b2..17815068fc08 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Oscar Morante <spacepluk at gmail dot com>
-_version=2018.2.0
-_build=f2
-_buildtag=20180711
-_randomstring=10189b18f56e
+_version=2018.2.1
+_build=f1
+_buildtag=20180703
+_randomstring=48afb4a72b1a
_prefix=/opt/Unity
_unitydownloads="http://beta.unity3d.com/download/${_randomstring}"
#_keepdownloads=yes
@@ -18,7 +18,7 @@ license=('custom')
depends=('unity-editor')
makedepends=('gtk2' 'libsoup' 'libarchive')
source=("${_unitydownloads}/UnitySetup-${_version}${_build}")
-sha1sums=('a8d71b86c8a8f3bbccdf813c3bc67b3dd92c728d')
+sha1sums=('ed3906b2607db3b806be153f8062990268af76ac')
options=(!strip)
PKGEXT='.pkg.tar' # Prevent compressing of the final package