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