summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Fontenelle2018-05-28 22:57:36 -0300
committerRafael Fontenelle2018-05-28 22:57:36 -0300
commit71203e8bdeba75b67919dff75ee79c2bb401310a (patch)
tree617e29f1dfeed76bf85423b2d542a5e7071514a7
parent7c7690350132b2c2c4f6b0bab29598f581c917d6 (diff)
downloadaur-71203e8bdeba75b67919dff75ee79c2bb401310a.tar.gz
Update to 1.3.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3850a285d5bd..746e7a2ae0d5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,20 +1,22 @@
pkgbase = lib32-ldb
pkgdesc = A schema-less, ldap like, API and database
- pkgver = 1.3.2
+ pkgver = 1.3.3
pkgrel = 1
url = https://ldb.samba.org/
arch = x86_64
license = GPL3
+ makedepends = python2
makedepends = lib32-python2
makedepends = lib32-cmocka
depends = lib32-talloc
depends = lib32-tevent
depends = lib32-tdb
depends = lib32-popt
+ depends = lib32-libbsd
depends = ldb
optdepends = lib32-python2: for python bindings
- source = https://samba.org/ftp/ldb/ldb-1.3.2.tar.gz
- sha256sums = ce3ef0b7358a8c5437d2cc0ba3fd6c2f2b7017bc87b09527406c8e34a82376ab
+ source = https://samba.org/ftp/ldb/ldb-1.3.3.tar.gz
+ sha256sums = 2b3070f6127d9684e928038abad441e18aef8c2ce703c3ec5d57fadd4ecdfa91
pkgname = lib32-ldb
diff --git a/PKGBUILD b/PKGBUILD
index ec7ad681f3a5..fdf9db983a01 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,17 @@
_name=ldb
pkgname=lib32-$_name
-pkgver=1.3.2
+pkgver=1.3.3
pkgrel=1
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' 'ldb')
+depends=('lib32-talloc' 'lib32-tevent' 'lib32-tdb' 'lib32-popt' 'lib32-libbsd' 'ldb')
makedepends=('python2' 'lib32-python2' 'lib32-cmocka')
optdepends=('lib32-python2: for python bindings')
source=(https://samba.org/ftp/${_name}/${_name}-${pkgver}.tar.gz)
-sha256sums=('ce3ef0b7358a8c5437d2cc0ba3fd6c2f2b7017bc87b09527406c8e34a82376ab')
+sha256sums=('2b3070f6127d9684e928038abad441e18aef8c2ce703c3ec5d57fadd4ecdfa91')
prepare() {
cd ${_name}-${pkgver}