[alpine-devel] [PATCH] testing/acf-openldap Added Search Tab
Export this patch
---
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) <alancordeiro@gmail.com>
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
---
--
1.8.4.3
---
Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org
Help: alpine-devel+help@lists.alpinelinux.org
---
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: