summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFabian Maurer2023-05-22 20:34:50 +0200
committerFabian Maurer2023-05-22 20:34:50 +0200
commit00eaa44c89b9327b7cb4b4ce7abe87edc6846dd5 (patch)
treedc5649c4ff71f39df4028666a31469174c50f1a1 /PKGBUILD
parent6e462ef45976963b548284d411b395a5d3401aed (diff)
downloadaur-lib32-ldb.tar.gz
Update to 2.7.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 04eecb60d318..3e61bd3ab4a4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_name=ldb
pkgname=lib32-$_name
-pkgver=2.6.1
+pkgver=2.7.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=('3a5f54f511fb237b83e1f34e2c7e25cd')
+md5sums=('f414017ebb286eb939c4afddb8429540')
build() {
cd ${_name}-${pkgver}