diff options
author | Britney Fransen <brfransen@gmail.com> | 2018-01-23 21:30:18 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2018-01-23 21:30:18 (GMT) |
commit | ee9be8fd571f209a1af1540b474172a96bd39c08 (patch) | |
tree | 9e02a99d76b6029daa77e45024ab0d1339a3e8ec /abs | |
parent | 397b3fb37521c10de3694a3f98ac52770c55f13f (diff) | |
download | linhes_pkgbuild-ee9be8fd571f209a1af1540b474172a96bd39c08.zip linhes_pkgbuild-ee9be8fd571f209a1af1540b474172a96bd39c08.tar.gz linhes_pkgbuild-ee9be8fd571f209a1af1540b474172a96bd39c08.tar.bz2 |
libhdhomerun: update to 20170930
Diffstat (limited to 'abs')
-rw-r--r-- | abs/core/libhdhomerun/PKGBUILD | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/abs/core/libhdhomerun/PKGBUILD b/abs/core/libhdhomerun/PKGBUILD index dda33ad..347baa2 100644 --- a/abs/core/libhdhomerun/PKGBUILD +++ b/abs/core/libhdhomerun/PKGBUILD @@ -1,17 +1,18 @@ -# 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=libhdhomerun -pkgver=20150826 +pkgver=20170930 pkgrel=1 pkgdesc="Library and command line utility for interfacing with HDHomeRun device" -arch=('any') +arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64') url="http://www.silicondust.com/downloads" license=('LGPL') -source=("http://download.silicondust.com/hdhomerun/${pkgname}_${pkgver}.tgz") -md5sums=('05f9a9e1fc8f6ec004b399034775cab0') -depends=('glibc') optdepends=('hdhomerun-firmware-bin: firmware for hdhomerun devices' -'hdhomerun_config_gui: hdhomerun configuration gui') + 'hdhomerun_config_gui: hdhomerun configuration gui') + +source=("http://download.silicondust.com/hdhomerun/${pkgname}_${pkgver}.tgz") +sha256sums=('0cb392231961fab6c226c69012503e2ebe46ac0f13512689bd37d6cf9ee838a1') build() { cd "$srcdir/$pkgname" |