diff options
author | Grey Christoforo | 2016-11-12 13:37:18 +0000 |
---|---|---|
committer | Grey Christoforo | 2016-11-12 13:37:18 +0000 |
commit | 9d078fa0ed776580423b9e395d7769844c21ae01 (patch) | |
tree | 17b25664c01dc75048efbd5ec513e7a1db01f797 /PKGBUILD | |
parent | c49557864492e04b54fa1a09f643a68749f50b7e (diff) | |
download | aur-9d078fa0ed776580423b9e395d7769844c21ae01.tar.gz |
version bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,14 +1,14 @@ # Maintainer: Grey Christoforo <first name [at] last name [dot] net> pkgname=libhdhomerun -pkgver=20150826 +pkgver=20161107 pkgrel=1 pkgdesc="Library and command line utility for interfacing with HDHomeRun device" arch=('any') url="http://www.silicondust.com/downloads" license=('LGPL') source=("http://download.silicondust.com/hdhomerun/${pkgname}_${pkgver}.tgz") -md5sums=('05f9a9e1fc8f6ec004b399034775cab0') +md5sums=('9835301755c12a2596e12360f5b5a507') depends=('glibc') optdepends=('hdhomerun-firmware-bin: firmware for hdhomerun devices' 'hdhomerun_config_gui: hdhomerun configuration gui') |