libxmlb: update to 0.3.14
Add pgp key to validate source tarball
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
_realname=libxmlb
|
||||
pkgbase=mingw-w64-${_realname}
|
||||
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
|
||||
pkgver=0.3.11
|
||||
pkgver=0.3.14
|
||||
pkgrel=1
|
||||
arch=('any')
|
||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
|
||||
@@ -22,16 +22,13 @@ makedepends=(
|
||||
)
|
||||
license=("spdx:LGPL-2.1-or-later")
|
||||
url="https://github.com/hughsie/libxmlb"
|
||||
source=(https://github.com/hughsie/libxmlb/releases/download/${pkgver}/libxmlb-${pkgver}.tar.xz
|
||||
https://github.com/hughsie/libxmlb/commit/a36a0ed2514f423fac2cf79a8c06989b80478dc7.patch)
|
||||
sha256sums=('0bf704ca040b9ab371a62182d0d6417fe7ae38428e5f48846b87b99e74fe7c23'
|
||||
'bc2c310628dbdd17b7f4865ecf3a6146d4d665c8f5a1e078580070028afeefb0')
|
||||
source=("https://github.com/hughsie/libxmlb/releases/download/${pkgver}/libxmlb-${pkgver}.tar.xz"{,.asc})
|
||||
sha256sums=('a2f0056eed14ff791aee2b08b1514a0f1b6cf215f0579138a8cae8c45a0d3b0f'
|
||||
'SKIP')
|
||||
validpgpkeys=('163EB50119225DB3DF8F49EA17ACBA8DFA970E17') # Richard Hughes <richard@hughsie.com>
|
||||
|
||||
prepare() {
|
||||
cd "${srcdir}"/${_realname}-${pkgver}
|
||||
|
||||
# https://github.com/hughsie/libxmlb/pull/136
|
||||
patch -p1 -i "${srcdir}/a36a0ed2514f423fac2cf79a8c06989b80478dc7.patch"
|
||||
}
|
||||
|
||||
build() {
|
||||
|
||||
Reference in New Issue
Block a user