summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOscar Morante2018-06-11 12:07:52 +0200
committerOscar Morante2018-06-11 12:07:52 +0200
commit191767079e4f3794a9f61ab3c831cdacdedc38f6 (patch)
treed68fde74f49cd9c6ee19593996e3eab07ccab08f
parent51a26db0b11c57c8585937867c0a486eeb0e3ecf (diff)
downloadaur-191767079e4f3794a9f61ab3c831cdacdedc38f6.tar.gz
update to new upstream version (2018.2.0b7)
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 11e299f0134f..58d524f6320b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
pkgbase = unity-editor-beta-mac
pkgdesc = Allows building your Unity projects for the Mac platform
- pkgver = 2018.2.0b5+20180525
+ pkgver = 2018.2.0b7+20180608
pkgrel = 1
url = https://unity3d.com/
arch = x86_64
license = custom
- makedepends = gtk2
+ makedepends = gtk3
makedepends = libsoup
makedepends = libarchive
depends = unity-editor-beta
options = !strip
- source = http://beta.unity3d.com/download/05c26644dc98/UnitySetup-2018.2.0b5
- sha1sums = eff3735245592be8a44d29fe1fc7a8b0cbb4e0dd
+ source = http://beta.unity3d.com/download/6c38f70ea123/UnitySetup-2018.2.0b7
+ sha1sums = 85b25538f696626df1f04f7f22fe1275172ace2e
pkgname = unity-editor-beta-mac
diff --git a/PKGBUILD b/PKGBUILD
index 39dd5a6ce48e..1b7bace779ac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Oscar Morante <spacepluk at gmail dot com>
_version=2018.2.0
-_build=b5
-_buildtag=20180525
-_randomstring=05c26644dc98
+_build=b7
+_buildtag=20180608
+_randomstring=6c38f70ea123
_prefix=/opt/UnityBeta
_unitydownloads="http://beta.unity3d.com/download/${_randomstring}"
#_keepdownloads=yes
@@ -16,9 +16,9 @@ arch=('x86_64')
url='https://unity3d.com/'
license=('custom')
depends=('unity-editor-beta')
-makedepends=('gtk2' 'libsoup' 'libarchive')
+makedepends=('gtk3' 'libsoup' 'libarchive')
source=("${_unitydownloads}/UnitySetup-${_version}${_build}")
-sha1sums=('eff3735245592be8a44d29fe1fc7a8b0cbb4e0dd')
+sha1sums=('85b25538f696626df1f04f7f22fe1275172ace2e')
options=(!strip)
PKGEXT='.pkg.tar' # Prevent compressing of the final package