summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabian Maurer2021-09-14 08:24:59 +0200
committerFabian Maurer2021-09-14 08:24:59 +0200
commitd9d476b9913664a8983263d5716c9fa1f8a67301 (patch)
tree704752be481c5bbdc88ae6f68d8620a07d18fadd
parentbaa59384cedf047dcf13065a94d7585f9367e451 (diff)
downloadaur-d9d476b9913664a8983263d5716c9fa1f8a67301.tar.gz
Update to 2.3.0
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 20038e0b9f21..49768d005c3a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lib32-ldb
pkgdesc = A schema-less, ldap like, API and database
- pkgver = 2.1.3
+ pkgver = 2.3.0
pkgrel = 1
url = https://ldb.samba.org/
arch = x86_64
@@ -13,8 +13,7 @@ pkgbase = lib32-ldb
depends = lib32-libbsd
depends = ldb
depends = python
- source = https://samba.org/ftp/ldb/ldb-2.1.3.tar.gz
- md5sums = 893272e2ce5b923579a607968092a4df
+ source = https://samba.org/ftp/ldb/ldb-2.3.0.tar.gz
+ md5sums = fe4b1f17f77e2ea52b4e1320d927844c
pkgname = lib32-ldb
-
diff --git a/PKGBUILD b/PKGBUILD
index 5f77920e8d19..02c6dd43d281 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_name=ldb
pkgname=lib32-$_name
-pkgver=2.1.3
+pkgver=2.3.0
pkgrel=1
pkgdesc="A schema-less, ldap like, API and database"
arch=('x86_64')
@@ -12,7 +12,7 @@ license=('GPL3')
depends=('lib32-talloc' 'lib32-tevent' 'lib32-tdb>=1.4.3' 'lib32-popt' 'lib32-libbsd' 'ldb' 'python')
makedepends=('lib32-cmocka')
source=(https://samba.org/ftp/${_name}/${_name}-${pkgver}.tar.gz)
-md5sums=('893272e2ce5b923579a607968092a4df')
+md5sums=('fe4b1f17f77e2ea52b4e1320d927844c')
build() {
cd ${_name}-${pkgver}