summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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')