summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Hebb2016-01-24 13:00:49 -0500
committerThomas Hebb2016-01-24 13:00:49 -0500
commite49fa65517383f3112ff83c66cae21fa41208bc9 (patch)
tree7ab33a24ad6e887f53042e528c3261a56f65ab30
parent8177482f65b00e9edba5aa3ba283c49d395baf69 (diff)
downloadaur-e49fa65517383f3112ff83c66cae21fa41208bc9.tar.gz
Add android-tools dependency for mkbootimg
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0092bff4ac19..e6946098dece 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,15 @@
# Generated by mksrcinfo v8
-# Sat Jan 9 19:25:58 UTC 2016
+# Sun Jan 24 18:00:17 UTC 2016
pkgbase = chromecast-tools-git
pkgdesc = A set of simple utilities for working with Chromecast USB boot image files
pkgver = 17.de27ed2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/tchebb/chromecast-tools
arch = i686
arch = x86_64
license = GPL
makedepends = git
+ depends = android-tools
provides = chromecast-tools
conflicts = chromecast-tools
source = git+https://github.com/tchebb/chromecast-tools.git
diff --git a/PKGBUILD b/PKGBUILD
index 369347950c02..2327b4184d6e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Thomas Hebb <tommyhebb@gmail.com>
pkgname=chromecast-tools-git
pkgver=17.de27ed2
-pkgrel=1
+pkgrel=2
pkgdesc="A set of simple utilities for working with Chromecast USB boot image files"
arch=('i686' 'x86_64')
url="https://github.com/tchebb/chromecast-tools"
license=('GPL')
-depends=()
+depends=('android-tools')
makedepends=('git')
provides=('chromecast-tools')
conflicts=('chromecast-tools')