X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from mail-yh0-f43.google.com (mail-yh0-f43.google.com [209.85.213.43]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 068DFDCD87D for ; Mon, 30 Dec 2013 18:43:28 +0000 (UTC) Received: by mail-yh0-f43.google.com with SMTP id a41so2427899yho.16 for ; Mon, 30 Dec 2013 10:43:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=TPnp2i3gOzqjWQmTgLH36H3JGagZDB2b5Of+CaRLYnE=; b=gzurag2TUNunh+hoS9LplKL2617Lf8I+NwzdlLqi1tyYCJkoZQ2cv1N6s6CY8eQRoa z+1AMA7/Nthbif9M9AzJDBHrrmUP6B/FvEfU9HOw50yVyudXddL9ixt3sV6GYZqkEa69 ZXosVCWYFTOHalmARTz9NdbJ2Ce67VZvBL4BJWeLFjnDyY7yhInrU5y01GIC8Gv8zWbd FvnTdgCymjCr9b99SGLE0IbSCH6IJ167zuljyo93TBS7SbFdbmW5yfzmESi3GyKvmp6V b1mMJdoDEl7+V9glEXvTXBR4QlWKlfKy5C5H/XTWEkfF6GGTa7ePAXeC2HbYj3jdh3ym bNlw== X-Received: by 10.236.50.194 with SMTP id z42mr46535129yhb.18.1388429006385; Mon, 30 Dec 2013 10:43:26 -0800 (PST) Received: from alplab.my.domain ([186.233.140.3]) by mx.google.com with ESMTPSA id m29sm62708353yho.14.2013.12.30.10.43.25 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 30 Dec 2013 10:43:26 -0800 (PST) From: Alan Messias Cordeiro To: alpine-devel@lists.alpinelinux.org Cc: Alan Messias Cordeiro Subject: [alpine-devel] [PATCH] testing/acf-openldap Added Search Tab Date: Mon, 30 Dec 2013 18:43:08 +0000 Message-Id: <1388428988-16295-1-git-send-email-alancordeiro@gmail.com> X-Mailer: git-send-email 1.8.4.3 X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: --- 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" -- 1.8.4.3 --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---