From 34a9e81e1e33a5a4262446e4057d9df8e6815405 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Thu, 22 Dec 2016 10:54:56 +0000 Subject: community/libhdhomerun: fix circular dep of -libs --- community/libhdhomerun/APKBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/community/libhdhomerun/APKBUILD b/community/libhdhomerun/APKBUILD index 4684c9c977..ad4898c98b 100644 --- a/community/libhdhomerun/APKBUILD +++ b/community/libhdhomerun/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Hasse Hagen Johansen pkgname=libhdhomerun pkgver=20150826 -pkgrel=1 +pkgrel=2 pkgdesc="Library for Silicon Dust HD HomeRun" url="http://www.silicondust.com/support/downloads/linux/" arch="all" @@ -45,6 +45,7 @@ package() { # use abuilds libs split function, so we make our own. libs() { pkgdesc="$pkgname (libraries)" + depends= install -Dm755 "$_builddir"/libhdhomerun.so \ "$subpkgdir"/usr/lib/libhdhomerun.so || return 1 } -- cgit v1.2.3