X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from mr1.cde.us.jw.org (mx1.cde.us.jw.org [208.74.141.254]) by mail.alpinelinux.org (Postfix) with ESMTP id 95D57DCD87D for ; Mon, 30 Dec 2013 18:55:44 +0000 (UTC) Received: from mr1.cde.us.jw.org (cde-mx.cde.wtbts.net [127.0.0.1]) by mr1.cde.us.jw.org (Postfix) with ESMTP id E23E818127BE; Mon, 30 Dec 2013 18:55:43 +0000 (UTC) Received: from mh1.cde.wtbts.net (mh1.cde.wtbts.net [10.252.253.30]) by mr1.cde.us.jw.org (Postfix) with ESMTP id CD5E51812799; Mon, 30 Dec 2013 18:55:43 +0000 (UTC) Received: from [10.252.15.34] (unknown [10.252.15.34]) by mh1.cde.wtbts.net (Postfix) with ESMTP id 78224148596A; Mon, 30 Dec 2013 18:55:43 +0000 (UTC) Message-ID: <1388429757.3638.19.camel@tdtrask-HP-Compaq-dc5800-Small-Form-Factor> Subject: Re: [alpine-devel] [PATCH] testing/acf-openldap Added Search Tab From: Ted Trask To: Alan Messias Cordeiro Cc: alpine-devel@lists.alpinelinux.org Date: Mon, 30 Dec 2013 13:55:57 -0500 In-Reply-To: <1388428988-16295-1-git-send-email-alancordeiro@gmail.com> References: <1388428988-16295-1-git-send-email-alancordeiro@gmail.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.2.2- Content-Transfer-Encoding: 7bit X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: Mime-Version: 1.0 X-Virus-Scanned: Yes To download new code from the repository, you must bump the pkgver, not the pkgrel. This patch will cause the exact same code to be built, resulting in the exact same .apk. Ted On Mon, 2013-12-30 at 18:43 +0000, Alan Messias Cordeiro wrote: > --- > testing/acf-openldap/APKBUILD | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/testing/acf-openldap/APKBUILD b/testing/acf-openldap/APKBUILD > index 8029ad5..264351f 100644 > --- a/testing/acf-openldap/APKBUILD > +++ b/testing/acf-openldap/APKBUILD > @@ -2,9 +2,9 @@ > # Maintainer: Alan Messias Cordeiro de Lacerda (alacerda) > pkgname=acf-openldap > pkgver=1.0 > -pkgrel=0 > +pkgrel=1 > pkgdesc="ACF module for OpenLDAP" > -url="http://git.alpinelinux.org/cgit/$pkgname" > +url="http://git.alpinelinux.org/cgit/alacerda/$pkgname/" > arch="noarch" > license="GPL-2" > depends="acf-core lua openldap openldap-back-bdb" --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---