summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2b7769bc439b..7b6ad1db34bd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = unity-editor-beta-windows
pkgdesc = Allows building your Unity projects for the Windows platform
- pkgver = 2018.2.0b2+20180501
+ pkgver = 2018.2.0b5+20180525
pkgrel = 1
url = https://unity3d.com/
arch = x86_64
@@ -10,8 +10,8 @@ pkgbase = unity-editor-beta-windows
makedepends = libarchive
depends = unity-editor-beta
options = !strip
- source = http://beta.unity3d.com/download/7b8938f7fa83/UnitySetup-2018.2.0b2
- sha1sums = 42112f9cc81bc941f88230631547b65daed008cc
+ source = http://beta.unity3d.com/download/05c26644dc98/UnitySetup-2018.2.0b5
+ sha1sums = eff3735245592be8a44d29fe1fc7a8b0cbb4e0dd
pkgname = unity-editor-beta-windows
diff --git a/PKGBUILD b/PKGBUILD
index 4ea81aaac6e0..d7237a395218 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Oscar Morante <spacepluk at gmail dot com>
_version=2018.2.0
-_build=b2
-_buildtag=20180501
-_randomstring=7b8938f7fa83
+_build=b5
+_buildtag=20180525
+_randomstring=05c26644dc98
_prefix=/opt/UnityBeta
_unitydownloads="http://beta.unity3d.com/download/${_randomstring}"
#_keepdownloads=yes
@@ -18,7 +18,7 @@ license=('custom')
depends=('unity-editor-beta')
makedepends=('gtk2' 'libsoup' 'libarchive')
source=("${_unitydownloads}/UnitySetup-${_version}${_build}")
-sha1sums=('42112f9cc81bc941f88230631547b65daed008cc')
+sha1sums=('eff3735245592be8a44d29fe1fc7a8b0cbb4e0dd')
options=(!strip)
PKGEXT='.pkg.tar' # Prevent compressing of the final package