summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Fontenelle2018-08-15 20:53:25 -0300
committerRafael Fontenelle2018-08-15 20:53:25 -0300
commit5d9bf4ba13735721fbfd32b68f28eef212ec3e24 (patch)
tree1a14a4240c628b1149472fd2516f8fddd982c225
parent71203e8bdeba75b67919dff75ee79c2bb401310a (diff)
downloadaur-5d9bf4ba13735721fbfd32b68f28eef212ec3e24.tar.gz
Update to 1.3.4
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 746e7a2ae0d5..fc8e7592250d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
pkgbase = lib32-ldb
pkgdesc = A schema-less, ldap like, API and database
- pkgver = 1.3.3
+ pkgver = 1.3.4
pkgrel = 1
url = https://ldb.samba.org/
arch = x86_64
license = GPL3
- makedepends = python2
makedepends = lib32-python2
makedepends = lib32-cmocka
depends = lib32-talloc
@@ -15,8 +14,8 @@ pkgbase = lib32-ldb
depends = lib32-libbsd
depends = ldb
optdepends = lib32-python2: for python bindings
- source = https://samba.org/ftp/ldb/ldb-1.3.3.tar.gz
- sha256sums = 2b3070f6127d9684e928038abad441e18aef8c2ce703c3ec5d57fadd4ecdfa91
+ source = https://samba.org/ftp/ldb/ldb-1.3.4.tar.gz
+ sha256sums = 8c570f9f4b233989bf0782b9d78bf58d51b5246cf78695182368517f6a54c8d1
pkgname = lib32-ldb
diff --git a/PKGBUILD b/PKGBUILD
index fdf9db983a01..c8326c6fa6ea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,17 @@
_name=ldb
pkgname=lib32-$_name
-pkgver=1.3.3
+pkgver=1.3.4
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' 'lib32-libbsd' 'ldb')
-makedepends=('python2' 'lib32-python2' 'lib32-cmocka')
+makedepends=('lib32-python2' 'lib32-cmocka')
optdepends=('lib32-python2: for python bindings')
source=(https://samba.org/ftp/${_name}/${_name}-${pkgver}.tar.gz)
-sha256sums=('2b3070f6127d9684e928038abad441e18aef8c2ce703c3ec5d57fadd4ecdfa91')
+sha256sums=('8c570f9f4b233989bf0782b9d78bf58d51b5246cf78695182368517f6a54c8d1')
prepare() {
cd ${_name}-${pkgver}