summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFabian Maurer2021-09-14 08:24:59 +0200
committerFabian Maurer2021-09-14 08:24:59 +0200
commitd9d476b9913664a8983263d5716c9fa1f8a67301 (patch)
tree704752be481c5bbdc88ae6f68d8620a07d18fadd /PKGBUILD
parentbaa59384cedf047dcf13065a94d7585f9367e451 (diff)
downloadaur-d9d476b9913664a8983263d5716c9fa1f8a67301.tar.gz
Update to 2.3.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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}