summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOscar Morante2018-06-11 12:07:54 +0200
committerOscar Morante2018-06-11 12:07:54 +0200
commitc9986a249421f900d759e8809215d64ab06323e9 (patch)
tree755c0dd7bf52accf67e27ec84c0f24dec42e07d0
parent3e2e08ca7afd0def9d3737ae831c4a3dba7dead0 (diff)
downloadaur-c9986a249421f900d759e8809215d64ab06323e9.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 6802b7285df7..004aecb5361e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,19 @@
pkgbase = unity-editor-beta-webgl
pkgdesc = Allows building your Unity projects for the WebGL 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
depends = ffmpeg
depends = gzip
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-webgl
diff --git a/PKGBUILD b/PKGBUILD
index fdb6db1afe57..e8d5f85d3f1a 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
@@ -18,9 +18,9 @@ license=('custom')
depends=('unity-editor-beta'
'ffmpeg'
'gzip')
-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