* update ldb to 2:2.9.1-1

This commit is contained in:
Alexander Baldeck 2024-08-20 04:40:22 +02:00
parent 23074f7bd3
commit ed6e577c9f
2 changed files with 30 additions and 3 deletions

27
ldb/.SRCINFO Normal file
View File

@ -0,0 +1,27 @@
pkgbase = ldb
pkgdesc = Schema-less, ldap like, API and database
pkgver = 2.9.1
pkgrel = 1
epoch = 2
url = https://ldb.samba.org/
arch = x86_64
license = GPL-3.0-or-later
makedepends = python
makedepends = cmocka
makedepends = docbook-xsl
makedepends = tevent
depends = talloc
depends = libtevent.so
depends = tdb
depends = libtdb.so
depends = popt
depends = lmdb
optdepends = python: for python bindings
provides = libldb.so
source = https://samba.org/ftp/ldb/ldb-2.9.1.tar.gz
source = https://samba.org/ftp/ldb/ldb-2.9.1.tar.asc
validpgpkeys = 9147A339719518EE9011BCB54793916113084025
sha512sums = a7384d5b88b1b2edc1ac40f38f74b8b2eb403610d158c579a862007801586a4ad1ba11019737ecad8a83e8f2d1ae7ae16ec7e92c58f60feb2d6fed84c4212265
sha512sums = SKIP
pkgname = ldb

View File

@ -4,8 +4,8 @@
# Contributor: Marco A Rojas <marquicus at gmail dot com>
pkgname=ldb
pkgver=2.9.0
pkgrel=3
pkgver=2.9.1
pkgrel=1
epoch=2
pkgdesc='Schema-less, ldap like, API and database'
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
@ -17,7 +17,7 @@ makedepends=('python' 'cmocka' 'docbook-xsl' 'tevent')
optdepends=('python: for python bindings')
provides=(libldb.so)
validpgpkeys=('9147A339719518EE9011BCB54793916113084025') # Samba Library Distribution Key <samba-bugs@samba.org>
sha512sums=('b5cfbbcb2c35d6830bf1a7c85e1d4363728ae474504441add54c4c8569316b26aedbf6fb9f561ec4f187eb5a847ac76af07396e38d00e6f7632b63e02d7b64a1'
sha512sums=('a7384d5b88b1b2edc1ac40f38f74b8b2eb403610d158c579a862007801586a4ad1ba11019737ecad8a83e8f2d1ae7ae16ec7e92c58f60feb2d6fed84c4212265'
'SKIP')
build() {