summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Fontenelle2016-04-03 08:37:04 -0300
committerRafael Fontenelle2016-04-03 08:37:04 -0300
commita477ad5d38cea5ad972173ccb2a29ecea994310c (patch)
tree72aee1c7d6c9d78b9c4e4c8989c0dc59ae59bf9b
parent42649450c9c1f15803074fb4a2dff334b4a9c1eb (diff)
downloadaur-a477ad5d38cea5ad972173ccb2a29ecea994310c.tar.gz
Update to 1.1.26
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index caa494d35b26..43821a17e2bb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Jan 22 07:48:26 UTC 2016
+# Sun Apr 3 11:35:53 UTC 2016
pkgbase = lib32-ldb
pkgdesc = A schema-less, ldap like, API and database
- pkgver = 1.1.24
+ pkgver = 1.1.26
pkgrel = 1
url = http://ldb.samba.org/
arch = i686
@@ -14,8 +14,8 @@ pkgbase = lib32-ldb
depends = lib32-tdb
depends = lib32-popt
optdepends = python2: for python bindings
- source = http://samba.org/ftp/ldb/ldb-1.1.24.tar.gz
- md5sums = 152f061422de5b90f8ce51e0ea316292
+ source = http://samba.org/ftp/ldb/ldb-1.1.26.tar.gz
+ md5sums = 31780b702b638ad32aa5d9853d257839
pkgname = lib32-ldb
diff --git a/PKGBUILD b/PKGBUILD
index 0c7bda8be923..8c89f9dd66c7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
_name=ldb
pkgname=lib32-$_name
-pkgver=1.1.24
+pkgver=1.1.26
pkgrel=1
pkgdesc="A schema-less, ldap like, API and database"
arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@ license=('GPL3')
depends=('lib32-talloc' 'lib32-tevent' 'lib32-tdb' 'lib32-popt')
makedepends=('lib32-python2')
optdepends=('python2: for python bindings')
-md5sums=('152f061422de5b90f8ce51e0ea316292')
+md5sums=('31780b702b638ad32aa5d9853d257839')
build() {
cd "${_name}-${pkgver}"