summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOscar Morante2018-06-11 12:07:55 +0200
committerOscar Morante2018-06-11 12:07:55 +0200
commit749d281ee1ac222ca3ae0101856671b19edfa70a (patch)
treec7beca2bb7ae06167f546f45e71aadd8a7374ece
parent9d77a1ac6d87a5b2bb520d6f9046a8d46ee75c88 (diff)
downloadaur-749d281ee1ac222ca3ae0101856671b19edfa70a.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 7b6ad1db34bd..aecef13fc6f9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
pkgbase = unity-editor-beta-windows
pkgdesc = Allows building your Unity projects for the Windows 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-windows
diff --git a/PKGBUILD b/PKGBUILD
index d7237a395218..564663cae3eb 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