summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOscar Morante2017-11-02 19:30:18 +0100
committerOscar Morante2017-11-02 19:30:18 +0100
commitcb89ed63575de27c3ea47cf6d18744d2b9d2f5fe (patch)
treea45e968c6da56554e2116335681ea463fdfdd14e
parentb102eb08a151142818993fa62b80d3236766e2bb (diff)
downloadaur-cb89ed63575de27c3ea47cf6d18744d2b9d2f5fe.tar.gz
fix dependencies
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e4cc102de93d..b6cb31704b9f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Thu Oct 5 13:44:54 UTC 2017
+# Thu Nov 2 18:18:48 UTC 2017
pkgbase = unity-editor-beta-android
pkgdesc = Allows building your Unity projects for the Android platform
pkgver = 2017.3.0b1+20170926
- pkgrel = 1
+ pkgrel = 2
url = https://unity3d.com/
arch = x86_64
license = custom
@@ -12,8 +12,9 @@ pkgbase = unity-editor-beta-android
makedepends = libarchive
depends = unity-editor-beta
depends = android-platform
+ depends = android-sdk-build-tools
depends = android-udev
- optdepends = android-ndk: needed for IL2CPP builds
+ optdepends = android-ndk-13b: needed for IL2CPP builds
options = !strip
source = http://beta.unity3d.com/download/2ca68d182788/UnitySetup-2017.3.0b1
sha1sums = 2c7e3358f4833070ac5266b0abc90aea8f4875c8
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')