summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFabian Maurer2019-05-07 19:18:37 +0200
committerFabian Maurer2019-05-07 19:18:37 +0200
commitac7302dff79d988cefcacfe4e1c959d031373e01 (patch)
tree393ffbce3202f162967a43d0254f1018ba64eee5 /PKGBUILD
parent848dfb1c976ef2ee358a3280ba684ee107c170be (diff)
downloadaur-ac7302dff79d988cefcacfe4e1c959d031373e01.tar.gz
Add dependency on python
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2a279b98109e..3d3775559021 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
_name=ldb
pkgname=lib32-$_name
pkgver=1.5.4
-pkgrel=2
+pkgrel=3
pkgdesc="A schema-less, ldap like, API and database"
arch=('x86_64')
url="https://ldb.samba.org/"
license=('GPL3')
-depends=('lib32-talloc' 'lib32-tevent' 'lib32-tdb' 'lib32-popt' 'lib32-libbsd' 'ldb')
+depends=('lib32-talloc' 'lib32-tevent' 'lib32-tdb' 'lib32-popt' 'lib32-libbsd' 'ldb' 'python')
makedepends=('lib32-cmocka')
source=(https://samba.org/ftp/${_name}/${_name}-${pkgver}.tar.gz)
md5sums=('24d9f18b085ba27f96d4dec643abea39')