summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRafael Fontenelle2018-05-28 22:57:36 -0300
committerRafael Fontenelle2018-05-28 22:57:36 -0300
commit71203e8bdeba75b67919dff75ee79c2bb401310a (patch)
tree617e29f1dfeed76bf85423b2d542a5e7071514a7 /PKGBUILD
parent7c7690350132b2c2c4f6b0bab29598f581c917d6 (diff)
downloadaur-71203e8bdeba75b67919dff75ee79c2bb401310a.tar.gz
Update to 1.3.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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}