summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Mekkering2018-01-05 16:59:55 +0100
committerAlex Mekkering2018-01-05 16:59:55 +0100
commit4f05dcc8ea4e91c3672d0096d98b88034039bcb9 (patch)
tree9ea1aa42bd81adbd5255c75f4df926eb5bc3a553
parent6c63d3e5cdbb17a801e4636e61ce2a7a29a9cabc (diff)
downloadaur-4f05dcc8ea4e91c3672d0096d98b88034039bcb9.tar.gz
Updated to 20170930
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD15
2 files changed, 17 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e6d582ac7e36..2ef789874361 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,19 @@
-# Generated by mksrcinfo v8
-# Mon Aug 21 14:02:46 UTC 2017
pkgbase = libhdhomerun
pkgdesc = Library and command line utility for interfacing with HDHomeRun device
- pkgver = 20170815
+ pkgver = 20170930
pkgrel = 1
url = http://www.silicondust.com/downloads
- arch = any
+ arch = i686
+ arch = x86_64
+ arch = arm
+ arch = armv6h
+ arch = armv7h
+ arch = aarch64
license = LGPL
- depends = glibc
optdepends = hdhomerun-firmware-bin: firmware for hdhomerun devices
optdepends = hdhomerun_config_gui: hdhomerun configuration gui
- source = http://download.silicondust.com/hdhomerun/libhdhomerun_20170815.tgz
- md5sums = 1d180328794ad968135f860d7ea5a547
+ source = http://download.silicondust.com/hdhomerun/libhdhomerun_20170930.tgz
+ sha256sums = 0cb392231961fab6c226c69012503e2ebe46ac0f13512689bd37d6cf9ee838a1
pkgname = libhdhomerun
diff --git a/PKGBUILD b/PKGBUILD
index 01e3a8c8a8b2..347baa2251c4 100644
--- a/PKGBUILD
+++ b/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=20170815
+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=('1d180328794ad968135f860d7ea5a547')
-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"