diff options
author | Oscar Morante | 2019-09-16 12:22:44 +0200 |
---|---|---|
committer | Oscar Morante | 2019-09-16 12:22:44 +0200 |
commit | 75eaddbf7e0dfff76816691c0cca3a814dc390b4 (patch) | |
tree | 33625b858a8a0c1154d7cf62ddc06ff986fc11e4 /PKGBUILD | |
parent | 1d7b58c3f284e0938d2534a02ab6a0c83db5cdd5 (diff) | |
download | aur-75eaddbf7e0dfff76816691c0cca3a814dc390b4.tar.gz |
update to new upstream version (2019.3.0b3)
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -3,7 +3,7 @@ _prefix=/opt/UnityBeta pkgname=unity-editor-beta-windows -pkgver=2019.3.0b1 +pkgver=2019.3.0b3 pkgrel=1 pkgdesc="Allows building your Unity projects for the Windows platform" arch=('x86_64') @@ -11,8 +11,8 @@ url='https://unity3d.com/' license=('custom') depends=('unity-editor-beta') makedepends=('cpio') -source=("2019.3.0b1.3.0b1.pkg::https://beta.unity3d.com/download/78e106a973e1/MacEditorTargetInstaller/UnitySetup-Windows-Mono-Support-for-Editor-2019.3.0b1.pkg") -md5sums=("8304681f83574bec8b51814d3fb9d3f8") +source=("2019.3.0b3.3.0b3.pkg::https://beta.unity3d.com/download/d0377b9426dc/MacEditorTargetInstaller/UnitySetup-Windows-Mono-Support-for-Editor-2019.3.0b3.pkg") +md5sums=("5d04d3ceacc846579e8ab1b196300a33") options=(!strip) PKGEXT='.pkg.tar' # Prevent compressing of the final package |