summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d87c928a622c..1aaf4329ce0b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,17 @@
pkgbase = unity-editor-beta-webgl
pkgdesc = Allows building your Unity projects for the WebGL platform
- pkgver = 2018.3.0b2
- pkgrel = 2
+ pkgver = 2018.3.0b3
+ pkgrel = 1
url = https://unity3d.com/
arch = x86_64
license = custom
depends = unity-editor-beta
depends = ffmpeg
depends = gzip
+ depends = ncurses5-compat-libs
options = !strip
- source = https://beta.unity3d.com/download/21e0e8a5466d/LinuxEditorTargetInstaller/UnitySetup-WebGL-Support-for-Editor-2018.3.0b2.tar.xz
- sha1sums = a3ec0a1b0656efa64d003d05db6826c6fbeb12f2
+ source = https://beta.unity3d.com/download/cc0086a8e10c/LinuxEditorTargetInstaller/UnitySetup-WebGL-Support-for-Editor-2018.3.0b3.tar.xz
+ sha1sums = 147f7fdae8379f5d4c0b53291232ba2b883384c7
pkgname = unity-editor-beta-webgl
diff --git a/PKGBUILD b/PKGBUILD
index fe206a4846d6..fdab8eff1780 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Oscar Morante <spacepluk at gmail dot com>
_version=2018.3.0
-_build=b2
-_randomstring=21e0e8a5466d
+_build=b3
+_randomstring=cc0086a8e10c
_prefix=/opt/UnityBeta
pkgname=unity-editor-beta-webgl
pkgver=${_version}${_build}
-pkgrel=2
+pkgrel=1
pkgdesc="Allows building your Unity projects for the WebGL platform"
arch=('x86_64')
url='https://unity3d.com/'
@@ -17,7 +17,7 @@ depends=('unity-editor-beta'
'gzip'
'ncurses5-compat-libs')
source=("https://beta.unity3d.com/download/${_randomstring}/LinuxEditorTargetInstaller/UnitySetup-WebGL-Support-for-Editor-${_version}${_build}.tar.xz")
-sha1sums=('a3ec0a1b0656efa64d003d05db6826c6fbeb12f2')
+sha1sums=('147f7fdae8379f5d4c0b53291232ba2b883384c7')
options=(!strip)
PKGEXT='.pkg.tar' # Prevent compressing of the final package