aboutsummaryrefslogtreecommitdiffstats
path: root/community/tvheadend
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2016-11-02 11:51:56 +0200
committerTimo Teräs <timo.teras@iki.fi>2016-11-02 11:51:56 +0200
commita2e061d5095bdd9ec5421e02fdfe2315e1b05136 (patch)
tree882fc377c12fe7e5d23ab7de7c519305ad771f4a /community/tvheadend
parent84640d4e8fd8a12e4b2caf67d9ab0c37931eaf76 (diff)
downloadaports-a2e061d5095bdd9ec5421e02fdfe2315e1b05136.tar.bz2
aports-a2e061d5095bdd9ec5421e02fdfe2315e1b05136.tar.xz
community/[various]: dont set arch in split function
Diffstat (limited to 'community/tvheadend')
-rw-r--r--community/tvheadend/APKBUILD4
1 files changed, 1 insertions, 3 deletions
diff --git a/community/tvheadend/APKBUILD b/community/tvheadend/APKBUILD
index 28015c5099..cc4e19996b 100644
--- a/community/tvheadend/APKBUILD
+++ b/community/tvheadend/APKBUILD
@@ -14,7 +14,7 @@ makedepends="$depends_dev findutils bash git python2 linux-headers
pkgusers="$pkgname"
pkggroups="$pkgname"
install="$pkgname.pre-install"
-subpackages="$pkgname-doc $pkgname-dvb-scan:dvb_scan $pkgname-satellites-xml:satellites_xml"
+subpackages="$pkgname-doc $pkgname-dvb-scan:dvb_scan:noarch $pkgname-satellites-xml:satellites_xml:noarch"
source="$pkgname-$pkgver.tar.gz::https://github.com/tvheadend/tvheadend/archive/v$pkgver.tar.gz
$pkgname.initd
$pkgname.confd
@@ -56,7 +56,6 @@ package() {
dvb_scan() {
pkgdesc="$pkgname dvb scan files"
depends="$pkgname"
- arch="noarch"
cd "$builddir"
@@ -68,7 +67,6 @@ dvb_scan() {
satellites_xml() {
pkgdesc="$pkgname sattelites from http://satellites-xml.eu"
depends="$pkgname"
- arch="noarch"
cd "$builddir"