[arch-commits] Commit in ldb/trunk (PKGBUILD)
Christian Hesse
eworm at archlinux.org
Thu Oct 31 09:14:31 UTC 2019
Date: Thursday, October 31, 2019 @ 09:14:31
Author: eworm
Revision: 366164
upgpkg: ldb 1:1.5.6-1
new upstream release
Modified:
ldb/trunk/PKGBUILD
----------+
PKGBUILD | 19 +++++--------------
1 file changed, 5 insertions(+), 14 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-10-31 08:51:40 UTC (rev 366163)
+++ PKGBUILD 2019-10-31 09:14:31 UTC (rev 366164)
@@ -3,15 +3,14 @@
# Contributor: Marco A Rojas <marquicus at gmail dot com>
pkgname=ldb
-pkgver=1.5.5
-pkgrel=2
+pkgver=1.5.6
+pkgrel=1
epoch=1
pkgdesc="A schema-less, ldap like, API and database"
arch=('x86_64')
url="https://ldb.samba.org/"
source=(https://samba.org/ftp/${pkgname}/${pkgname}-${pkgver}.tar.gz
- https://samba.org/ftp/${pkgname}/${pkgname}-${pkgver}.tar.asc
- samba-update-waf-for-py38.patch::https://gitlab.com/samba-team/samba/commit/aabdcc9151.patch)
+ https://samba.org/ftp/${pkgname}/${pkgname}-${pkgver}.tar.asc)
license=('GPL3')
depends=('talloc' 'tevent' 'tdb' 'popt' 'lmdb')
makedepends=('python' 'cmocka' 'docbook-xsl')
@@ -18,13 +17,6 @@
optdepends=('python: for python bindings')
validpgpkeys=('9147A339719518EE9011BCB54793916113084025') # Samba Library Distribution Key <samba-bugs at samba.org>
-prepare() {
- cd ${pkgname}-${pkgver}
-
- # https://bugzilla.samba.org/show_bug.cgi?id=13960
- patch -Np1 -i ../samba-update-waf-for-py38.patch
-}
-
build() {
cd ${pkgname}-${pkgver}
@@ -43,6 +35,5 @@
make DESTDIR="${pkgdir}/" install
}
-md5sums=('339a41ac9efaec680e6d1469dd9aa35b'
- 'SKIP'
- '74e627915f28a848e046d37055d86f3b')
+md5sums=('fc58ef432c1fcb03fc3bb6cccce08977'
+ 'SKIP')
More information about the arch-commits
mailing list