summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Hebb2016-01-09 14:26:09 -0500
committerThomas Hebb2016-01-09 14:26:09 -0500
commit8177482f65b00e9edba5aa3ba283c49d395baf69 (patch)
treec894c4a3e65bc265c2986dc9f4f8a50dd7d0f4dc
parent691dab9950fd241a81c302928c82ae65071dad1c (diff)
downloadaur-8177482f65b00e9edba5aa3ba283c49d395baf69.tar.gz
Provide chromecast-tools
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 8 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 65f273710647..0092bff4ac19 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,16 @@
+# Generated by mksrcinfo v8
+# Sat Jan 9 19:25:58 UTC 2016
pkgbase = chromecast-tools-git
pkgdesc = A set of simple utilities for working with Chromecast USB boot image files
- pkgver = 12.bf20224
+ pkgver = 17.de27ed2
pkgrel = 1
url = https://github.com/tchebb/chromecast-tools
arch = i686
arch = x86_64
license = GPL
makedepends = git
+ provides = chromecast-tools
+ conflicts = chromecast-tools
source = git+https://github.com/tchebb/chromecast-tools.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 6f51754892fc..369347950c02 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Thomas Hebb <tommyhebb@gmail.com>
pkgname=chromecast-tools-git
-pkgver=12.bf20224
+pkgver=17.de27ed2
pkgrel=1
pkgdesc="A set of simple utilities for working with Chromecast USB boot image files"
arch=('i686' 'x86_64')
@@ -8,6 +8,8 @@ url="https://github.com/tchebb/chromecast-tools"
license=('GPL')
depends=()
makedepends=('git')
+provides=('chromecast-tools')
+conflicts=('chromecast-tools')
source=('git+https://github.com/tchebb/chromecast-tools.git')
sha256sums=('SKIP')