diff options
author | Oscar Morante | 2019-02-26 11:04:15 +0100 |
---|---|---|
committer | Oscar Morante | 2019-02-26 11:04:15 +0100 |
commit | bf4d2423cc41bd98252a754ec60f5361009e8cdc (patch) | |
tree | 9183fa3e626a0ea01006f13d5690c8d0c7fdf621 /PKGBUILD | |
parent | ae66ea92adff01cfb91cc8ae4cc89192557794c6 (diff) | |
download | aur-bf4d2423cc41bd98252a754ec60f5361009e8cdc.tar.gz |
update to new upstream version (2017.4.21f1)
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -3,7 +3,7 @@ _prefix=/opt/UnityLts pkgname=unity-editor-lts-android -pkgver=2017.4.20f2 +pkgver=2017.4.21f1 pkgrel=1 pkgdesc="Allows building your Unity projects for the Android platform" arch=('x86_64') @@ -15,8 +15,8 @@ depends=('unity-editor-lts' 'android-udev') makedepends=('cpio') optdepends=('android-ndk-13b: needed for IL2CPP builds') -source=("2017.4.20f2.4.20f2.pkg::https://download.unity3d.com/download_unity/413dbd19b6dc/MacEditorTargetInstaller/UnitySetup-Android-Support-for-Editor-2017.4.20f2.pkg") -md5sums=("ee58adfaedb092349862a0147631ebd9") +source=("2017.4.21f1.4.21f1.pkg::https://download.unity3d.com/download_unity/de35fe252486/MacEditorTargetInstaller/UnitySetup-Android-Support-for-Editor-2017.4.21f1.pkg") +md5sums=("9a16acbf9c4969b148820514f3fe70de") options=(!strip) PKGEXT='.pkg.tar' # Prevent compressing of the final package |