summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFabian Maurer2022-04-08 16:55:20 +0200
committerFabian Maurer2022-04-08 16:55:20 +0200
commitd83044a45e91c004ef67b9d121e81cd13ff95cad (patch)
tree09bb54e44a29c426148af4bd620a73cd0011aa97 /PKGBUILD
parent7a94a6a1ea504f26ea900002592fdef94ad9cd3c (diff)
downloadaur-d83044a45e91c004ef67b9d121e81cd13ff95cad.tar.gz
Update to 2.5.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0cbaee9b273b..fba896a724fe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_name=ldb
pkgname=lib32-$_name
-pkgver=2.4.2
+pkgver=2.5.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=('6b1cb6a66d7a197d077dee509dc7133d')
+md5sums=('7e68b61717c577bda7bb7480232cf4b8')
build() {
cd ${_name}-${pkgver}