diff options
author | Grey Christoforo | 2015-07-28 15:43:48 +0200 |
---|---|---|
committer | Grey Christoforo | 2015-07-28 15:43:48 +0200 |
commit | 0c23aa7217232dc531e9bc8d24c09be85a18fb2a (patch) | |
tree | 20efec60895e1a2187a64aadc442744d7f48e101 | |
parent | 6fa80ecf42e945f20030d1a06f9fe4b1505e7631 (diff) | |
download | aur-0c23aa7217232dc531e9bc8d24c09be85a18fb2a.tar.gz |
bump version to 20150615
-rw-r--r-- | .SRCINFO | 9 | ||||
-rw-r--r-- | .gitignore | 4 | ||||
-rw-r--r-- | PKGBUILD | 9 |
3 files changed, 15 insertions, 7 deletions
@@ -1,16 +1,17 @@ pkgbase = hdhomerun_config_gui pkgdesc = GTK2 GUI for configuring the HDHomeRun device - pkgver = 20150406 + pkgver = 20150615 pkgrel = 1 url = http://www.silicondust.com/downloads arch = any license = GPL3 depends = gtk2 - depends = libhdhomerun=20150406 + depends = libhdhomerun=20150615 optdepends = vlc: stream live channels directly from HDHomeRun optdepends = mythtv: use HDHomeRun as PVR source - source = http://download.silicondust.com/hdhomerun/hdhomerun_config_gui_20150406.tgz - sha1sums = 3f97021379bc32455ea7b357371d6eafaec0209a + optdepends = hdhomerun-firmware-bin: firmware files for hdhomerun devices + source = http://download.silicondust.com/hdhomerun/hdhomerun_config_gui_20150615.tgz + sha1sums = 53ebf2608b184e8ca27c778db637db976b096917 pkgname = hdhomerun_config_gui diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000000..ffb48837562f --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +*.pkg.tar.xz +*.tgz +src/ +pkg/ @@ -1,5 +1,7 @@ +# Maintainer: Grey Christoforo <grey at christoforo dot net> + pkgname=hdhomerun_config_gui -pkgver=20150406 +pkgver=20150615 pkgrel=1 pkgdesc="GTK2 GUI for configuring the HDHomeRun device" arch=('any') @@ -7,9 +9,10 @@ url="http://www.silicondust.com/downloads" license=('GPL3') depends=('gtk2' "libhdhomerun=${pkgver}") optdepends=('vlc: stream live channels directly from HDHomeRun' - 'mythtv: use HDHomeRun as PVR source') + 'mythtv: use HDHomeRun as PVR source' + 'hdhomerun-firmware-bin: firmware files for hdhomerun devices') source=("http://download.silicondust.com/hdhomerun/${pkgname}_${pkgver}.tgz") -sha1sums=('3f97021379bc32455ea7b357371d6eafaec0209a') +sha1sums=('53ebf2608b184e8ca27c778db637db976b096917') build() { cd $srcdir/$pkgname |