[arch-commits] Commit in libqb/trunk (PKGBUILD)
Jonas Witschel
diabonas at archlinux.org
Sun May 23 13:58:04 UTC 2021
Date: Sunday, May 23, 2021 @ 13:58:04
Author: diabonas
Revision: 943369
upgpkg: libqb 2.0.3-1: upstream release (changed release signing key)
Upstream changed its release signing key from
EA78541A2D92451106C8A1F7B67157F3A70D4537 # Christine Caulfield (Chrissie at work) <ccaulfie at redhat.com>
to
C5E29348A2B634E9F71B2014791890532CB5CDDE # libqb Release Signing Key <users at clusterlabs.org>
A signature chain of trust from the old to the new key exists via the intermediary key
E758C0F8B8BA45C337292662FAC74624967D696A # Christine Caulfield <Christine.Caulfield at googlemail.com>
as documented on https://github.com/ClusterLabs/libqb/issues/398
Modified:
libqb/trunk/PKGBUILD
----------+
PKGBUILD | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-23 13:56:42 UTC (rev 943368)
+++ PKGBUILD 2021-05-23 13:58:04 UTC (rev 943369)
@@ -3,8 +3,8 @@
# Contributor: ovi chis <ovi at ovios.org>
pkgname=libqb
-pkgver=1.0.5
-pkgrel=2
+pkgver=2.0.3
+pkgrel=1
pkgdesc='Library for providing high performance, reusable features for client-server architecture'
url='https://github.com/ClusterLabs/libqb'
arch=('x86_64')
@@ -14,9 +14,9 @@
checkdepends=('check')
provides=('libqb.so')
source=(https://github.com/ClusterLabs/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz{,.asc})
-sha512sums=('78d3e5a33edaf2f2eb26e51055f1836180d22273b23e2a53ce77a5193e368a0b3beaa2739f99450ec4e6c004f6ce8dabbee07120fd9003a99e9178c0c379483e'
+sha512sums=('85ff46228dbba53e08d6f8426087fd86f1e05591f3c0d822c33c3dd89e7b16d3e91de2fba15cd673c8ff04e66d5cb5243775889fe8df9fdcab8e1e47b6fdd1fc'
'SKIP')
-validpgpkeys=('EA78541A2D92451106C8A1F7B67157F3A70D4537') # Christine Caulfield (Chrissie at work) <ccaulfie at redhat.com>
+validpgpkeys=('C5E29348A2B634E9F71B2014791890532CB5CDDE') # libqb Release Signing Key <users at clusterlabs.org>
prepare() {
cd ${pkgname}-${pkgver}
@@ -35,7 +35,8 @@
--disable-fatal-warnings \
--disable-static \
--libdir=/usr/lib \
- --sbindir=/usr/bin
+ --sbindir=/usr/bin \
+ --localstatedir=/var
make
}
More information about the arch-commits
mailing list