* update libxmlb to 0.3.21-1
This commit is contained in:
parent
5bed256030
commit
aaea195b74
26
libxmlb/.SRCINFO
Normal file
26
libxmlb/.SRCINFO
Normal file
@ -0,0 +1,26 @@
|
||||
pkgbase = libxmlb
|
||||
pkgdesc = Library to help create and query binary XML blobs
|
||||
pkgver = 0.3.21
|
||||
pkgrel = 1
|
||||
url = https://github.com/hughsie/libxmlb
|
||||
arch = x86_64
|
||||
arch = powerpc64le
|
||||
arch = powerpc64
|
||||
arch = powerpc
|
||||
arch = riscv64
|
||||
license = LGPL
|
||||
checkdepends = shared-mime-info
|
||||
makedepends = meson
|
||||
makedepends = gobject-introspection
|
||||
makedepends = gtk-doc
|
||||
depends = glib2
|
||||
depends = libstemmer
|
||||
depends = xz
|
||||
depends = zstd
|
||||
source = https://github.com/hughsie/libxmlb/releases/download/0.3.21/libxmlb-0.3.21.tar.xz
|
||||
source = https://github.com/hughsie/libxmlb/releases/download/0.3.21/libxmlb-0.3.21.tar.xz.asc
|
||||
validpgpkeys = 163EB50119225DB3DF8F49EA17ACBA8DFA970E17
|
||||
sha256sums = 642343c9b3eca5c234ef83d3d5f6307c78d024f2545f3cc2fa252c9e14e4efd1
|
||||
sha256sums = SKIP
|
||||
|
||||
pkgname = libxmlb
|
4
libxmlb/.nvchecker.toml
Normal file
4
libxmlb/.nvchecker.toml
Normal file
@ -0,0 +1,4 @@
|
||||
[libxmlb]
|
||||
source = 'github'
|
||||
github = 'hughsie/libxmlb'
|
||||
use_max_tag = true
|
@ -2,8 +2,8 @@
|
||||
# Maintainer: Bruno Pagani <archange@archlinux.org>
|
||||
|
||||
pkgname=libxmlb
|
||||
pkgver=0.3.19
|
||||
pkgrel=1.1
|
||||
pkgver=0.3.21
|
||||
pkgrel=1
|
||||
pkgdesc="Library to help create and query binary XML blobs"
|
||||
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
||||
url="https://github.com/hughsie/libxmlb"
|
||||
@ -12,7 +12,7 @@ depends=(glib2 libstemmer xz zstd)
|
||||
makedepends=(meson gobject-introspection gtk-doc)
|
||||
checkdepends=(shared-mime-info)
|
||||
source=("https://github.com/hughsie/libxmlb/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.asc})
|
||||
sha256sums=('0a3ec258b12dbf10e5fe840b2421c84137eb7cc1b09c3de6210f3f7d51733733'
|
||||
sha256sums=('642343c9b3eca5c234ef83d3d5f6307c78d024f2545f3cc2fa252c9e14e4efd1'
|
||||
'SKIP')
|
||||
validpgpkeys=(163EB50119225DB3DF8F49EA17ACBA8DFA970E17) # Richard Hughes <richard@hughsie.com>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user