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 2DBD5DC1B3A for ; Mon, 26 Oct 2015 09:16:24 +0000 (UTC) Received: from newmail.tetrasec.net (unknown [74.117.189.116]) by mail.alpinelinux.org (Postfix) with ESMTP id 0F4C5DC0791 for ; Mon, 26 Oct 2015 09:16:24 +0000 (UTC) Received: from ncopa-desktop.alpinelinux.org (unknown [79.160.13.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: n@tanael.org) by newmail.tetrasec.net (Postfix) with ESMTPSA id C363A5A82E2; Mon, 26 Oct 2015 09:05:52 +0000 (GMT) Date: Mon, 26 Oct 2015 10:16:20 +0100 From: Natanael Copa To: =?ISO-8859-1?B?U/ZyZW4=?= Tempel Cc: alpine-aports@lists.alpinelinux.org Subject: Re: [alpine-aports] [PATCH 5/5] main/unbound: set arch for migrate subpackage to noarch Message-ID: <20151026101620.1453763e@ncopa-desktop.alpinelinux.org> In-Reply-To: <1445777886-24422-5-git-send-email-soeren+git@soeren-tempel.net> References: <1445777886-24422-1-git-send-email-soeren+git@soeren-tempel.net> <1445777886-24422-5-git-send-email-soeren+git@soeren-tempel.net> X-Mailer: Claws Mail 3.12.0 (GTK+ 2.24.28; x86_64-alpine-linux-musl) X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Scanned: ClamAV using ClamSMTP On Sun, 25 Oct 2015 13:58:06 +0100 S=F6ren Tempel wrote: > --- > main/unbound/APKBUILD | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) >=20 > 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=3Dunbound > pkgver=3D1.5.6 > -pkgrel=3D3 > +pkgrel=3D4 > pkgdesc=3D"Unbound is a validating, recursive, and caching DNS resolver" > pkgusers=3D"unbound" > pkggroups=3D"unbound" > @@ -86,6 +86,8 @@ py() { > =20 > migrate() { > pkgdesc=3D"Simple tool to migrate from dnscache to unbound" > + arch=3D"noarch" > + > mkdir -p "$subpkgdir"/usr/bin/ > install -m755 "$srcdir"/migrate-dnscache-to-unbound \ > "$subpkgdir"/usr/bin/ I'm ok with this, but it will currently not have any effect. -nc --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---