summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD10
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 172a47c2c8a3..2d44eed284f1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = unity-editor-beta-doc
pkgdesc = Unity User Manual and Scripting API Reference.
- pkgver = 2018.1.0b13+20180502
+ pkgver = 2018.2.0b2+20180501
pkgrel = 1
url = https://unity3d.com/
arch = x86_64
@@ -10,8 +10,8 @@ pkgbase = unity-editor-beta-doc
makedepends = libarchive
depends = unity-editor-beta
options = !strip
- source = http://beta.unity3d.com/download/77a142ac9989/UnitySetup-2018.1.0b13
- sha1sums = db01d63684c7bf114d9b5df6d0c23f81894dd2d5
+ source = http://beta.unity3d.com/download/7b8938f7fa83/UnitySetup-2018.2.0b2
+ sha1sums = 42112f9cc81bc941f88230631547b65daed008cc
pkgname = unity-editor-beta-doc
diff --git a/PKGBUILD b/PKGBUILD
index 081c96841535..ac4e6d7dfa5d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Oscar Morante <spacepluk at gmail dot com>
-_version=2018.1.0
-_build=b13
-_buildtag=20180502
-_randomstring=77a142ac9989
+_version=2018.2.0
+_build=b2
+_buildtag=20180501
+_randomstring=7b8938f7fa83
_prefix=/opt/UnityBeta
_unitydownloads="http://beta.unity3d.com/download/${_randomstring}"
#_keepsources=yes
@@ -18,7 +18,7 @@ license=('custom')
depends=('unity-editor-beta')
makedepends=('gtk2' 'libsoup' 'libarchive')
source=("${_unitydownloads}/UnitySetup-${_version}${_build}")
-sha1sums=('db01d63684c7bf114d9b5df6d0c23f81894dd2d5')
+sha1sums=('42112f9cc81bc941f88230631547b65daed008cc')
options=(!strip)
PKGEXT='.pkg.tar' # Prevent compressing of the final package