diff options
author | Oscar Morante | 2019-03-04 21:17:29 +0100 |
---|---|---|
committer | Oscar Morante | 2019-03-04 21:17:29 +0100 |
commit | 602dc15a43f71979cfc86da8d4c85d1654afe0ae (patch) | |
tree | 40b0cafce4d29b8804fe27d6516477ca28da6cc2 /PKGBUILD | |
parent | 567cf81e5c2658f9723e9ea6493cdcbc1631e73e (diff) | |
download | aur-602dc15a43f71979cfc86da8d4c85d1654afe0ae.tar.gz |
update to new upstream version (2019.1.0b5)
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.1.0b4 +pkgver=2019.1.0b5 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.1.0b4.1.0b4.pkg::https://beta.unity3d.com/download/fd0dda99e05a/MacEditorTargetInstaller/UnitySetup-Windows-Mono-Support-for-Editor-2019.1.0b4.pkg") -md5sums=("d6d6c4c688c1ce046d5bdd0341831932") +source=("2019.1.0b5.1.0b5.pkg::https://beta.unity3d.com/download/9899a5bd7e43/MacEditorTargetInstaller/UnitySetup-Windows-Mono-Support-for-Editor-2019.1.0b5.pkg") +md5sums=("985faedf6a904b0d6aa236a04d749a00") options=(!strip) PKGEXT='.pkg.tar' # Prevent compressing of the final package |