summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRafael Fontenelle2017-11-20 06:46:26 -0200
committerRafael Fontenelle2017-11-20 06:46:26 -0200
commit4f1c450b20c02ae604dd1ebfe5591e8b020e84b7 (patch)
tree7ea59b3a2105f0ba57f864db532042ca4ccc16ff /PKGBUILD
parent1d534be8b5cf718df4fc3bfe6408e9a271b4320a (diff)
downloadaur-4f1c450b20c02ae604dd1ebfe5591e8b020e84b7.tar.gz
Update to 1.2.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 239ac30c885d..4fed6b5c311a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,17 @@
_name=ldb
pkgname=lib32-$_name
-pkgver=1.1.29
+pkgver=1.2.2
pkgrel=1
pkgdesc="A schema-less, ldap like, API and database"
arch=('i686' 'x86_64')
url="https://ldb.samba.org/"
license=('GPL3')
depends=('lib32-talloc' 'lib32-tevent' 'lib32-tdb' 'lib32-popt' 'ldb')
-makedepends=('lib32-python2')
+makedepends=('lib32-python2' 'lib32-cmocka')
optdepends=('lib32-python2: for python bindings')
source=(https://samba.org/ftp/${_name}/${_name}-${pkgver}.tar.gz)
-md5sums=('9c90abfb94c1e2a693399392cf4cddb9')
+md5sums=('91284a12423def99a6592e393e3b7fbb')
build() {
cd "${_name}-${pkgver}"