summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Mekkering2018-06-09 07:21:19 +0200
committerAlex Mekkering2018-06-09 07:21:19 +0200
commitaf2adf17b7201c6c8e892f042ff9dd80b106b11a (patch)
tree8c9352e7f9a971c8bd284ccf7bc39961f78fcccc
parent7acff001f49f0547b0b3a2261fee4644821577e1 (diff)
downloadaur-af2adf17b7201c6c8e892f042ff9dd80b106b11a.tar.gz
Upgraded to 20180327
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD9
2 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 388f0a3a6a23..35b9dd8a8305 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
pkgbase = hdhomerun_config_gui
pkgdesc = GUI for configuring a HDHomeRun device
- pkgver = 20171221
+ pkgver = 20180327
pkgrel = 1
url = http://www.silicondust.com/downloads
arch = any
license = GPL3
depends = gtk3
- depends = libhdhomerun=20171221
+ depends = libhdhomerun
optdepends = vlc: stream live channels directly from HDHomeRun
optdepends = mythtv: use HDHomeRun as PVR source
optdepends = hdhomerun-firmware-bin: firmware files for hdhomerun devices
- source = http://download.silicondust.com/hdhomerun/hdhomerun_config_gui_20171221.tgz
- sha1sums = 5c930e9cbafd1f0eaa876c404c0b6029389036e2
+ source = http://download.silicondust.com/hdhomerun/hdhomerun_config_gui_20180327.tgz
+ sha256sums = 212ccc853a6a80bc2cbb956dca56c73b0cb60089e1c930b3add8eca26b48529b
pkgname = hdhomerun_config_gui
diff --git a/PKGBUILD b/PKGBUILD
index 2e911a9200df..1043421992b1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,19 @@
-# Maintainer: Grey Christoforo <first name [at] last name [dot] net>
+# Maintainer: Alex Mekkering <amekkering at gmail dot com>
+# Contributor: Grey Christoforo <first name [at] last name [dot] net>
pkgname=hdhomerun_config_gui
-pkgver=20171221
+pkgver=20180327
pkgrel=1
pkgdesc="GUI for configuring a HDHomeRun device"
arch=('any')
url="http://www.silicondust.com/downloads"
license=('GPL3')
-depends=('gtk3' "libhdhomerun=${pkgver}")
+depends=('gtk3' "libhdhomerun")
optdepends=('vlc: stream live channels directly from HDHomeRun'
'mythtv: use HDHomeRun as PVR source'
'hdhomerun-firmware-bin: firmware files for hdhomerun devices')
source=("http://download.silicondust.com/hdhomerun/${pkgname}_${pkgver}.tgz")
-sha1sums=('5c930e9cbafd1f0eaa876c404c0b6029389036e2')
+sha256sums=('212ccc853a6a80bc2cbb956dca56c73b0cb60089e1c930b3add8eca26b48529b')
build() {
cd $srcdir/$pkgname