[arch-commits] Commit in libxmlb/repos/community-x86_64 (PKGBUILD PKGBUILD)
Bruno Pagani
archange at archlinux.org
Sun Sep 13 12:11:54 UTC 2020
Date: Sunday, September 13, 2020 @ 12:11:53
Author: archange
Revision: 705107
archrelease: copy trunk to community-x86_64
Added:
libxmlb/repos/community-x86_64/PKGBUILD
(from rev 705106, libxmlb/trunk/PKGBUILD)
Deleted:
libxmlb/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 60 ++++++++++++++++++++++++++++++------------------------------
1 file changed, 30 insertions(+), 30 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-09-13 12:11:29 UTC (rev 705106)
+++ PKGBUILD 2020-09-13 12:11:53 UTC (rev 705107)
@@ -1,30 +0,0 @@
-# Maintainer: Bruno Pagani <archange at archlinux.org>
-
-pkgname=libxmlb
-pkgver=0.2.0
-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)
-makedepends=(meson gobject-introspection gtk-doc)
-checkdepends=(shared-mime-info)
-source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha256sums=('d425c3296edf12cca8f947de8275213ae5a48c2cd9ef9d436a0beede04768920'
- '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 705106, libxmlb/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-09-13 12:11:53 UTC (rev 705107)
@@ -0,0 +1,30 @@
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+
+pkgname=libxmlb
+pkgver=0.2.1
+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)
+makedepends=(meson gobject-introspection gtk-doc)
+checkdepends=(shared-mime-info)
+source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
+sha256sums=('619ec62bc309c077a0ae21535782e4d95df836538823afe3b7e754f428498654'
+ '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