summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOscar Morante2018-06-11 12:07:48 +0200
committerOscar Morante2018-06-11 12:07:48 +0200
commitd54e744dd3a4d9715601a1e6df8239d0b89b6531 (patch)
tree28494b4ccf48c2aed39e33110c9805e338672f30
parentffe1aa8afe191454bc3f8d7347c73b49f25fbeb0 (diff)
downloadaur-d54e744dd3a4d9715601a1e6df8239d0b89b6531.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 035c4ab47f5d..5130424e722d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
pkgbase = unity-editor-beta-doc
pkgdesc = Unity User Manual and Scripting API Reference.
- 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-doc
diff --git a/PKGBUILD b/PKGBUILD
index 54d1c0e4a393..9dc2e019bd30 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}"
#_keepsources=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