summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrey Christoforo2015-07-28 15:43:48 +0200
committerGrey Christoforo2015-07-28 15:43:48 +0200
commit0c23aa7217232dc531e9bc8d24c09be85a18fb2a (patch)
tree20efec60895e1a2187a64aadc442744d7f48e101
parent6fa80ecf42e945f20030d1a06f9fe4b1505e7631 (diff)
downloadaur-0c23aa7217232dc531e9bc8d24c09be85a18fb2a.tar.gz
bump version to 20150615
-rw-r--r--.SRCINFO9
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD9
3 files changed, 15 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5f8a858af832..5e637f792407 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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/
diff --git a/PKGBUILD b/PKGBUILD
index 41853a3f88f7..242a5d326da3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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