mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
aur/ldb: add tdb depend
This commit is contained in:
parent
fae578c6e6
commit
6b01233ae7
1 changed files with 1 additions and 1 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue