summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrey Christoforo2016-11-12 13:41:39 +0000
committerGrey Christoforo2016-11-12 13:41:39 +0000
commit6883f41a51f3114b19c5e3a1cb1a6f8619fbb2d4 (patch)
tree858ccfc3c7d2172405b6a5da79489430a154d2bc
parent4303cb700904ef4295d348e7d0ff88d54fa7c569 (diff)
downloadaur-6883f41a51f3114b19c5e3a1cb1a6f8619fbb2d4.tar.gz
version bump
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD8
2 files changed, 12 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aaa35aa1f3fe..eff336d1e55a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,19 @@
+# Generated by mksrcinfo v8
+# Sat Nov 12 13:41:10 UTC 2016
pkgbase = hdhomerun_config_gui
- pkgdesc = GTK2 GUI for configuring the HDHomeRun device
- pkgver = 20150826
+ pkgdesc = GUI for configuring a HDHomeRun device
+ pkgver = 20161107
pkgrel = 1
url = http://www.silicondust.com/downloads
arch = any
license = GPL3
- depends = gtk2
- depends = libhdhomerun=20150826
+ depends = gtk3
+ depends = libhdhomerun=20161107
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_20150826.tgz
- sha1sums = e3e6269cd0ff587b44b072abd56f2a037e931522
+ source = http://download.silicondust.com/hdhomerun/hdhomerun_config_gui_20161107.tgz
+ sha1sums = 6ad516cb09ac8078b1890c8fd7b0a11019f1c7b1
pkgname = hdhomerun_config_gui
diff --git a/PKGBUILD b/PKGBUILD
index c327fb121b27..2b5846b7f211 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,18 @@
# Maintainer: Grey Christoforo <first name [at] last name [dot] net>
pkgname=hdhomerun_config_gui
-pkgver=20150826
+pkgver=20161107
pkgrel=1
-pkgdesc="GTK2 GUI for configuring the HDHomeRun device"
+pkgdesc="GUI for configuring a HDHomeRun device"
arch=('any')
url="http://www.silicondust.com/downloads"
license=('GPL3')
-depends=('gtk2' "libhdhomerun=${pkgver}")
+depends=('gtk3' "libhdhomerun=${pkgver}")
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=('e3e6269cd0ff587b44b072abd56f2a037e931522')
+sha1sums=('6ad516cb09ac8078b1890c8fd7b0a11019f1c7b1')
build() {
cd $srcdir/$pkgname