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