diff options
| author | Britney Fransen <brfransen@gmail.com> | 2026-07-23 01:56:45 (GMT) |
|---|---|---|
| committer | Britney Fransen <brfransen@gmail.com> | 2026-07-23 01:56:45 (GMT) |
| commit | 05a77792e1794aeb56ab5d9afda8f6f17b8bfb62 (patch) | |
| tree | 06935f247c4eee767d440ab3f3abd0b1ea54d91c | |
| parent | 3db8dad3bd23159cd5713353b2148c257f76d4d3 (diff) | |
| download | linhes_pkgbuild-05a77792e1794aeb56ab5d9afda8f6f17b8bfb62.zip linhes_pkgbuild-05a77792e1794aeb56ab5d9afda8f6f17b8bfb62.tar.gz linhes_pkgbuild-05a77792e1794aeb56ab5d9afda8f6f17b8bfb62.tar.bz2 | |
libhdhomerun: update 20260326
| -rw-r--r-- | linhes/libhdhomerun/PKGBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/linhes/libhdhomerun/PKGBUILD b/linhes/libhdhomerun/PKGBUILD index f6d0bb3..5291c68 100644 --- a/linhes/libhdhomerun/PKGBUILD +++ b/linhes/libhdhomerun/PKGBUILD @@ -2,17 +2,18 @@ # Contributor: Grey Christoforo <first name [at] last name [dot] net> pkgname=libhdhomerun -pkgver=20250815 +pkgver=20260326 pkgrel=1 pkgdesc="Library and command line utility for interfacing with HDHomeRun device" arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64') url="https://www.silicondust.com/support/downloads" -license=('LGPL') +license=(LGPL-2.1-or-later) +depends=(glibc) optdepends=('hdhomerun-firmware-bin: firmware for hdhomerun devices' 'hdhomerun_config_gui: hdhomerun configuration gui') source=("https://download.silicondust.com/hdhomerun/${pkgname}_${pkgver}.tgz") -sha512sums=('6216076924f2b265c03353460cbd23f914b217ac5b8de2ea153be7bdfb2b7ea93926c6f4d956103493274410240905d754d17a7bad209fbc183fa3cf51271478') +b2sums=('0337b96868d9f1a02e8a265fbdabae7ea86240dbfe17d1795d4e53cf33880e4991b22afb24c3e0edc299d177e2288eba042970daad70977bd54faa5db9a83ee4') build() { cd "$srcdir/$pkgname" |
