summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Fontenelle2017-08-22 11:40:21 -0300
committerRafael Fontenelle2017-08-22 11:40:21 -0300
commit1d534be8b5cf718df4fc3bfe6408e9a271b4320a (patch)
treec0af39ebfa2eb91d67fa02ac20a9a266a2f3b632
parentf4966769745be0dc173cac2f9658ad6185e89d52 (diff)
downloadaur-1d534be8b5cf718df4fc3bfe6408e9a271b4320a.tar.gz
Update to 1.1.29
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index da03848e587f..5d4759f2aa9d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Fri Jan 27 17:34:27 UTC 2017
+# Tue Aug 22 14:39:58 UTC 2017
pkgbase = lib32-ldb
pkgdesc = A schema-less, ldap like, API and database
- pkgver = 1.1.27
- pkgrel = 2
+ pkgver = 1.1.29
+ pkgrel = 1
url = https://ldb.samba.org/
arch = i686
arch = x86_64
@@ -15,8 +15,8 @@ pkgbase = lib32-ldb
depends = lib32-popt
depends = ldb
optdepends = lib32-python2: for python bindings
- source = https://samba.org/ftp/ldb/ldb-1.1.27.tar.gz
- md5sums = 50a194dea128d062cf4b44c59130219b
+ source = https://samba.org/ftp/ldb/ldb-1.1.29.tar.gz
+ md5sums = 9c90abfb94c1e2a693399392cf4cddb9
pkgname = lib32-ldb
diff --git a/PKGBUILD b/PKGBUILD
index df4da023d6aa..239ac30c885d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
_name=ldb
pkgname=lib32-$_name
-pkgver=1.1.27
-pkgrel=2
+pkgver=1.1.29
+pkgrel=1
pkgdesc="A schema-less, ldap like, API and database"
arch=('i686' 'x86_64')
url="https://ldb.samba.org/"
@@ -12,7 +12,7 @@ depends=('lib32-talloc' 'lib32-tevent' 'lib32-tdb' 'lib32-popt' 'ldb')
makedepends=('lib32-python2')
optdepends=('lib32-python2: for python bindings')
source=(https://samba.org/ftp/${_name}/${_name}-${pkgver}.tar.gz)
-md5sums=('50a194dea128d062cf4b44c59130219b')
+md5sums=('9c90abfb94c1e2a693399392cf4cddb9')
build() {
cd "${_name}-${pkgver}"