[arch-commits] Commit in libxmlb/repos/community-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Fri Mar 11 18:26:01 UTC 2022


    Date: Friday, March 11, 2022 @ 18:26:01
  Author: arojas
Revision: 1148516

archrelease: copy trunk to community-x86_64

Added:
  libxmlb/repos/community-x86_64/PKGBUILD
    (from rev 1148514, libxmlb/trunk/PKGBUILD)
Deleted:
  libxmlb/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   60 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-11 18:26:00 UTC (rev 1148515)
+++ PKGBUILD	2022-03-11 18:26:01 UTC (rev 1148516)
@@ -1,30 +0,0 @@
-# Maintainer: Bruno Pagani <archange at archlinux.org>
-
-pkgname=libxmlb
-pkgver=0.3.6
-pkgrel=1
-pkgdesc="Library to help create and query binary XML blobs"
-arch=(x86_64)
-url="https://github.com/hughsie/libxmlb"
-license=(LGPL)
-depends=(glib2 libstemmer xz)
-makedepends=(meson gobject-introspection gtk-doc)
-checkdepends=(shared-mime-info)
-source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha256sums=('84e0b942c1b9bf69001977f1c365cebeb52e33f44749eb6b727fa3735b0fca54'
-            'SKIP')
-validpgpkeys=(163EB50119225DB3DF8F49EA17ACBA8DFA970E17) # Richard Hughes <richard at hughsie.com>
-
-build() {
-  arch-meson ${pkgname}-${pkgver} build -D stemmer=true
-  ninja -v -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  DESTDIR="${pkgdir}" meson install -C build
-  rm -r "${pkgdir}"/usr/{lib,share}/installed-tests/
-}

Copied: libxmlb/repos/community-x86_64/PKGBUILD (from rev 1148514, libxmlb/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-03-11 18:26:01 UTC (rev 1148516)
@@ -0,0 +1,30 @@
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+
+pkgname=libxmlb
+pkgver=0.3.7
+pkgrel=1
+pkgdesc="Library to help create and query binary XML blobs"
+arch=(x86_64)
+url="https://github.com/hughsie/libxmlb"
+license=(LGPL)
+depends=(glib2 libstemmer xz)
+makedepends=(meson gobject-introspection gtk-doc)
+checkdepends=(shared-mime-info)
+source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
+sha256sums=('d0feaf7f4fb182c1cbacb47bdd321b8f2ca85309f1ff6f5d7415c2a069f4cfb0'
+            'SKIP')
+validpgpkeys=(163EB50119225DB3DF8F49EA17ACBA8DFA970E17) # Richard Hughes <richard at hughsie.com>
+
+build() {
+  arch-meson ${pkgname}-${pkgver} build -D stemmer=true
+  ninja -v -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="${pkgdir}" meson install -C build
+  rm -r "${pkgdir}"/usr/{lib,share}/installed-tests/
+}



More information about the arch-commits mailing list