aur/ldb: add tdb depend

This commit is contained in:
Kevin Mihelich 2013-02-27 02:16:19 +00:00
parent fae578c6e6
commit 6b01233ae7

View file

@ -9,7 +9,7 @@ arch=('arm')
url="http://ldb.samba.org/"
source=(http://samba.org/ftp/${pkgname}/${pkgname}-${pkgver}.tar.gz)
license=('GPLv3')
depends=('talloc' 'tevent')
depends=('talloc' 'tevent' 'tdb')
makedepends=('python2')
build() {