summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFabian Maurer2022-01-30 16:04:00 +0100
committerFabian Maurer2022-01-30 16:04:00 +0100
commit7a94a6a1ea504f26ea900002592fdef94ad9cd3c (patch)
treec2b0eea64e6edf6a47113c70ba60682baf7205e6 /PKGBUILD
parentd9d476b9913664a8983263d5716c9fa1f8a67301 (diff)
downloadaur-7a94a6a1ea504f26ea900002592fdef94ad9cd3c.tar.gz
Update to 2.4.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 02c6dd43d281..0cbaee9b273b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_name=ldb
pkgname=lib32-$_name
-pkgver=2.3.0
+pkgver=2.4.2
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=('fe4b1f17f77e2ea52b4e1320d927844c')
+md5sums=('6b1cb6a66d7a197d077dee509dc7133d')
build() {
cd ${_name}-${pkgver}