summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorOscar Morante2017-11-02 19:30:18 +0100
committerOscar Morante2017-11-02 19:30:18 +0100
commitcb89ed63575de27c3ea47cf6d18744d2b9d2f5fe (patch)
treea45e968c6da56554e2116335681ea463fdfdd14e /PKGBUILD
parentb102eb08a151142818993fa62b80d3236766e2bb (diff)
downloadaur-cb89ed63575de27c3ea47cf6d18744d2b9d2f5fe.tar.gz
fix dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4e60106b3960..2db20422f320 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,15 +10,16 @@ _unitydownloads="http://beta.unity3d.com/download/${_randomstring}"
pkgname=unity-editor-beta-android
pkgver=${_version}${_build}+${_buildtag}
-pkgrel=1
+pkgrel=2
pkgdesc="Allows building your Unity projects for the Android platform"
arch=('x86_64')
url='https://unity3d.com/'
license=('custom')
depends=('unity-editor-beta'
'android-platform'
+ 'android-sdk-build-tools'
'android-udev')
-optdepends=('android-ndk: needed for IL2CPP builds')
+optdepends=('android-ndk-13b: needed for IL2CPP builds')
makedepends=('gtk2' 'libsoup' 'libarchive')
source=("${_unitydownloads}/UnitySetup-${_version}${_build}")
sha1sums=('2c7e3358f4833070ac5266b0abc90aea8f4875c8')