X-Original-To: alpine-aports@mail.alpinelinux.org Delivered-To: alpine-aports@mail.alpinelinux.org Received: from mail.alpinelinux.org (dallas-a1.alpinelinux.org [127.0.0.1]) by mail.alpinelinux.org (Postfix) with ESMTP id CAF7CDC601C for ; Sun, 25 Oct 2015 12:58:22 +0000 (UTC) Received: from lithium.8pit.net (lithium.8pit.net [141.101.32.65]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 29A32DC74B8; Sun, 25 Oct 2015 12:58:22 +0000 (UTC) Received: from localhost (ip5f5ac984.dynamic.kabel-deutschland.de [95.90.201.132]); by lithium.8pit.net (OpenSMTPD) with ESMTPSA id 51f20b82; TLS version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Sun, 25 Oct 2015 13:58:15 +0100 (CET) From: =?UTF-8?q?S=C3=B6ren=20Tempel?= To: alpine-aports@lists.alpinelinux.org Subject: [alpine-aports] [PATCH 5/5] main/unbound: set arch for migrate subpackage to noarch Date: Sun, 25 Oct 2015 13:58:06 +0100 Message-Id: <1445777886-24422-5-git-send-email-soeren+git@soeren-tempel.net> X-Mailer: git-send-email 2.6.1 In-Reply-To: <1445777886-24422-1-git-send-email-soeren+git@soeren-tempel.net> References: <1445777886-24422-1-git-send-email-soeren+git@soeren-tempel.net> X-Virus-Scanned: ClamAV using ClamSMTP X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: --- main/unbound/APKBUILD | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/main/unbound/APKBUILD b/main/unbound/APKBUILD index 7fa58e3..5fa5bfc 100644 --- a/main/unbound/APKBUILD +++ b/main/unbound/APKBUILD @@ -3,7 +3,7 @@ # Maintainer: Natanael Copa pkgname=unbound pkgver=1.5.6 -pkgrel=3 +pkgrel=4 pkgdesc="Unbound is a validating, recursive, and caching DNS resolver" pkgusers="unbound" pkggroups="unbound" @@ -86,6 +86,8 @@ py() { migrate() { pkgdesc="Simple tool to migrate from dnscache to unbound" + arch="noarch" + mkdir -p "$subpkgdir"/usr/bin/ install -m755 "$srcdir"/migrate-dnscache-to-unbound \ "$subpkgdir"/usr/bin/ -- 2.6.1 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---