X-Original-To: alpine-aports@lists.alpinelinux.org Received: from mx1.tetrasec.net (mx1.tetrasec.net [74.117.190.25]) by lists.alpinelinux.org (Postfix) with ESMTP id 50030F855E6 for ; Wed, 3 Apr 2019 19:14:11 +0000 (UTC) Received: from mx1.tetrasec.net (mail.local [127.0.0.1]) by mx1.tetrasec.net (Postfix) with ESMTP id 0A5509E1DC4; Wed, 3 Apr 2019 19:14:11 +0000 (UTC) Received: from ncopa-desktop.copa.dup.pw (67.63.200.37.customer.cdi.no [37.200.63.67]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: alpine@tanael.org) by mx1.tetrasec.net (Postfix) with ESMTPSA id 3661A9E1DC2; Wed, 3 Apr 2019 19:14:09 +0000 (UTC) Date: Wed, 3 Apr 2019 21:14:04 +0200 From: Natanael Copa To: Drew DeVault Cc: alpine-aports@lists.alpinelinux.org Subject: Re: [alpine-aports] [PATCH 3/3] main/pkgconf: adopt Message-ID: <20190403211404.3375264b@ncopa-desktop.copa.dup.pw> In-Reply-To: <20190403190652.28848-4-sir@cmpwn.com> References: <20190403190652.28848-1-sir@cmpwn.com> <20190403190652.28848-4-sir@cmpwn.com> X-Mailer: Claws Mail 3.17.3 (GTK+ 2.24.32; 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=US-ASCII Content-Transfer-Encoding: 7bit On Wed, 3 Apr 2019 15:06:52 -0400 Drew DeVault wrote: > --- > main/pkgconf/APKBUILD | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/main/pkgconf/APKBUILD b/main/pkgconf/APKBUILD > index 2dff7b4a34..a8297f7af9 100644 > --- a/main/pkgconf/APKBUILD > +++ b/main/pkgconf/APKBUILD > @@ -1,4 +1,4 @@ > -# Maintainer: > +# Maintainer: Drew DeVault > pkgname=pkgconf > pkgver=1.6.1 > pkgrel=0 this needs pkgrel bump. abuild will fish out the maintainer comment and include it in the .apk. and we should fix abuild to use maintainer="...", which is a better way to do it. -nc --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---