summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRafael Fontenelle2016-06-13 12:03:40 -0300
committerRafael Fontenelle2016-06-13 12:03:40 -0300
commit8ed5d743e1c86bf9aa3f95c6d604a30239c649d1 (patch)
tree3cb31975163cf3c5c9ccb506d75eed092afdcf93 /PKGBUILD
parenta477ad5d38cea5ad972173ccb2a29ecea994310c (diff)
downloadaur-8ed5d743e1c86bf9aa3f95c6d604a30239c649d1.tar.gz
Add ldb to depends
ldb package provides the header file ldb.h, which is needed to lib32-smbclient
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8c89f9dd66c7..81bec7581bdc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,17 @@
+# Maintainer: rafaelff <rafaelff@gnome.org>
+
_name=ldb
pkgname=lib32-$_name
pkgver=1.1.26
-pkgrel=1
+pkgrel=2
pkgdesc="A schema-less, ldap like, API and database"
arch=('i686' 'x86_64')
url="http://ldb.samba.org/"
source=(http://samba.org/ftp/${_name}/${_name}-${pkgver}.tar.gz)
license=('GPL3')
-depends=('lib32-talloc' 'lib32-tevent' 'lib32-tdb' 'lib32-popt')
+depends=('lib32-talloc' 'lib32-tevent' 'lib32-tdb' 'lib32-popt' 'ldb')
makedepends=('lib32-python2')
-optdepends=('python2: for python bindings')
+optdepends=('lib32-python2: for python bindings')
md5sums=('31780b702b638ad32aa5d9853d257839')
build() {