summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOscar Morante2018-06-11 12:07:29 +0200
committerOscar Morante2018-06-11 12:07:29 +0200
commit84ed6d78bc68dfbd90ed5e5cea67db8972f8949a (patch)
tree9b02c5038a325e305ccd1537087e926e06c75f2b
parenta45f72c698538abe04c360664d3d99d7591b938f (diff)
downloadaur-84ed6d78bc68dfbd90ed5e5cea67db8972f8949a.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 dd016ba201dd..8d1b69896c01 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = unity-editor-beta
pkgdesc = The world's most popular development platform for creating 2D and 3D multiplatform games and interactive experiences.
- 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 = desktop-file-utils
@@ -32,11 +32,11 @@ pkgbase = unity-editor-beta
optdepends = unity-editor-beta-windows
optdepends = unity-editor-beta-facebook
options = !strip
- source = http://beta.unity3d.com/download/05c26644dc98/UnitySetup-2018.2.0b5
+ source = http://beta.unity3d.com/download/6c38f70ea123/UnitySetup-2018.2.0b7
source = unity-editor-beta
source = unity-editor-beta.desktop
source = unity-editor-beta-icon.png
- sha1sums = eff3735245592be8a44d29fe1fc7a8b0cbb4e0dd
+ sha1sums = 85b25538f696626df1f04f7f22fe1275172ace2e
sha1sums = d61175685d0836a79b2d4582c09ea23ed5ee18e9
sha1sums = c348f141232ec06c6558fd42b5cbf86a75e2d02d
sha1sums = fddf4861974f88f0565de7f54f7418204e729894
diff --git a/PKGBUILD b/PKGBUILD
index 2058d449a743..8ffb0a5b0aa2 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
@@ -38,12 +38,12 @@ optdepends=('unity-editor-beta-doc'
'unity-editor-beta-webgl'
'unity-editor-beta-windows'
'unity-editor-beta-facebook')
-makedepends=('gtk2' 'libsoup' 'libarchive')
+makedepends=('gtk3' 'libsoup' 'libarchive')
source=("${_unitydownloads}/UnitySetup-${_version}${_build}"
'unity-editor-beta'
'unity-editor-beta.desktop'
'unity-editor-beta-icon.png')
-sha1sums=('eff3735245592be8a44d29fe1fc7a8b0cbb4e0dd'
+sha1sums=('85b25538f696626df1f04f7f22fe1275172ace2e'
'd61175685d0836a79b2d4582c09ea23ed5ee18e9'
'c348f141232ec06c6558fd42b5cbf86a75e2d02d'
'fddf4861974f88f0565de7f54f7418204e729894')