diff options
author | Britney Fransen <brfransen@gmail.com> | 2018-03-23 22:15:05 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2018-03-23 22:15:05 (GMT) |
commit | 48aa1715087365c3cdfcc0e3d396d35dda8ba8f9 (patch) | |
tree | 630f97dfa59b37dd35d3d8cafeafb3461b4ca10d | |
parent | 2d2ba080b51dd73a96b6094257cef4216e8bf090 (diff) | |
download | linhes_pkgbuild-48aa1715087365c3cdfcc0e3d396d35dda8ba8f9.zip linhes_pkgbuild-48aa1715087365c3cdfcc0e3d396d35dda8ba8f9.tar.gz linhes_pkgbuild-48aa1715087365c3cdfcc0e3d396d35dda8ba8f9.tar.bz2 |
ldb: update to 1.3.2
-rw-r--r-- | abs/extra/ldb/PKGBUILD | 8 |
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') |