summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabian Maurer2019-05-07 19:18:37 +0200
committerFabian Maurer2019-05-07 19:18:37 +0200
commitac7302dff79d988cefcacfe4e1c959d031373e01 (patch)
tree393ffbce3202f162967a43d0254f1018ba64eee5
parent848dfb1c976ef2ee358a3280ba684ee107c170be (diff)
downloadaur-ac7302dff79d988cefcacfe4e1c959d031373e01.tar.gz
Add dependency on python
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ef959894c8df..35b997130f65 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = lib32-ldb
pkgdesc = A schema-less, ldap like, API and database
pkgver = 1.5.4
- pkgrel = 2
+ pkgrel = 3
url = https://ldb.samba.org/
arch = x86_64
license = GPL3
@@ -12,6 +12,7 @@ pkgbase = lib32-ldb
depends = lib32-popt
depends = lib32-libbsd
depends = ldb
+ depends = python
source = https://samba.org/ftp/ldb/ldb-1.5.4.tar.gz
md5sums = 24d9f18b085ba27f96d4dec643abea39
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')