summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOscar Morante2018-02-16 18:11:11 +0100
committerOscar Morante2018-02-16 18:11:11 +0100
commit6e02e810f5fca1f940db89b03d5b08a1c6da76c4 (patch)
tree1c686b1f9883361afdec336854fe9715505eadd4
parent75eccad9631c78594d037d8202cb3057b7d184e8 (diff)
downloadaur-6e02e810f5fca1f940db89b03d5b08a1c6da76c4.tar.gz
update to new upstream version (2017.3.1f1)
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD12
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dbb7dc79d846..ca9221ee9cf2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = unity-editor-mac
pkgdesc = Allows building your Unity projects for the Mac platform
- pkgver = 2017.3.0p2+20180117
- pkgrel = 2
+ pkgver = 2017.3.1f1+20180216
+ pkgrel = 1
url = https://unity3d.com/
arch = x86_64
license = custom
@@ -10,8 +10,8 @@ pkgbase = unity-editor-mac
makedepends = libarchive
depends = unity-editor
options = !strip
- source = http://beta.unity3d.com/download/7807bc63c3ab/UnitySetup-2017.3.0p2
- sha1sums = ed56e42d211732e37fa84aa31b0d3eb2c92b177d
+ source = http://beta.unity3d.com/download/aea5ecb8f9fd/UnitySetup-2017.3.1f1
+ sha1sums = 065c7c75980dd57dc9b7113b2cd089e2ba2b9931
pkgname = unity-editor-mac
diff --git a/PKGBUILD b/PKGBUILD
index d02b06a8b913..5ac6983b212e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Oscar Morante <spacepluk at gmail dot com>
-_version=2017.3.0
-_build=p2
-_buildtag=20180117
-_randomstring=7807bc63c3ab
+_version=2017.3.1
+_build=f1
+_buildtag=20180216
+_randomstring=aea5ecb8f9fd
_prefix=/opt/Unity
_unitydownloads="http://beta.unity3d.com/download/${_randomstring}"
#_keepdownloads=yes
pkgname=unity-editor-mac
pkgver=${_version}${_build}+${_buildtag}
-pkgrel=2
+pkgrel=1
pkgdesc="Allows building your Unity projects for the Mac platform"
arch=('x86_64')
url='https://unity3d.com/'
@@ -18,7 +18,7 @@ license=('custom')
depends=('unity-editor')
makedepends=('gtk2' 'libsoup' 'libarchive')
source=("${_unitydownloads}/UnitySetup-${_version}${_build}")
-sha1sums=('ed56e42d211732e37fa84aa31b0d3eb2c92b177d')
+sha1sums=('065c7c75980dd57dc9b7113b2cd089e2ba2b9931')
options=(!strip)
PKGEXT='.pkg.tar' # Prevent compressing of the final package