summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorYen Chi Hsuan2016-04-10 01:36:44 +0800
committerYen Chi Hsuan2016-04-10 01:36:44 +0800
commita696492b8fd67733075852ca2637237d199a7bdb (patch)
tree46a1685185ee7b2e1693b5df84c4aa67d13a9571 /PKGBUILD
parent4ce276d9664e093afc74be942c5a07f99ece58a5 (diff)
downloadaur-android-cmake-git.tar.gz
Misc PKGBUILD fixes
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 707fb6dd7d6a..6fe9a8e57ff2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,10 +6,11 @@ pkgname=$_pkgname-git
pkgver=r147.556cc14
pkgrel=1
pkgdesc="CMake toolchain file and other scripts for the Android NDK"
-arch=('i686' 'x86_64')
-license=('cusomt:BSD')
+arch=('any')
+license=('custom:BSD')
url='https://github.com/taka-no-me/android-cmake'
depends=('cmake>=2.8.9' 'android-ndk>=r5')
+makedepends=('git')
source=("$_pkgname"::"git+https://github.com/$_github_addr")
sha256sums=('SKIP')