summaryrefslogtreecommitdiffstats
path: root/abs/core/libhdhomerun/PKGBUILD
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2018-02-06 16:32:00 (GMT)
committerBritney Fransen <brfransen@gmail.com>2018-02-06 16:32:00 (GMT)
commit8d35f28049488f2585ef765bf48e7a58958fd587 (patch)
treef55a41114b89a879bb64063f6718c708394e673c /abs/core/libhdhomerun/PKGBUILD
parent8b62e097a7aa99c5a5a4a7a81da9a04dd35b2cf7 (diff)
parent95b7ac61b0922b6808b6c3085f6e876c3b713602 (diff)
downloadlinhes_pkgbuild-8d35f28049488f2585ef765bf48e7a58958fd587.zip
linhes_pkgbuild-8d35f28049488f2585ef765bf48e7a58958fd587.tar.gz
linhes_pkgbuild-8d35f28049488f2585ef765bf48e7a58958fd587.tar.bz2
Merge branch 'testing'
Diffstat (limited to 'abs/core/libhdhomerun/PKGBUILD')
-rw-r--r--abs/core/libhdhomerun/PKGBUILD15
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"