summaryrefslogtreecommitdiffstats
path: root/abs/extra/ldb/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'abs/extra/ldb/PKGBUILD')
-rw-r--r--abs/extra/ldb/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/abs/extra/ldb/PKGBUILD b/abs/extra/ldb/PKGBUILD
index ed4d1f0..9763216 100644
--- a/abs/extra/ldb/PKGBUILD
+++ b/abs/extra/ldb/PKGBUILD
@@ -4,16 +4,16 @@
# Contributor: Marco A Rojas <marquicus at gmail dot com>
pkgname=ldb
-pkgver=1.1.24
+pkgver=1.3.2
pkgrel=1
pkgdesc="A schema-less, ldap like, API and database"
-arch=('i686' 'x86_64')
+arch=('x86_64')
url="http://ldb.samba.org/"
source=(http://samba.org/ftp/${pkgname}/${pkgname}-${pkgver}.tar.gz
http://samba.org/ftp/${pkgname}/${pkgname}-${pkgver}.tar.asc)
license=('GPL3')
depends=('talloc' 'tevent' 'tdb' 'popt')
-makedepends=('python2')
+makedepends=('python2' 'cmocka')
optdepends=('python2: for python bindings')
validpgpkeys=('9147A339719518EE9011BCB54793916113084025') # Samba Library Distribution Key <samba-bugs@samba.org>
@@ -39,5 +39,5 @@ package() {
make DESTDIR=${pkgdir}/ install
}
-md5sums=('152f061422de5b90f8ce51e0ea316292'
+md5sums=('c9433cc914c181481f63dedd7fce5be8'
'SKIP')