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

Bruno Pagani archange at archlinux.org
Sat May 11 21:56:51 UTC 2019


    Date: Saturday, May 11, 2019 @ 21:56:51
  Author: archange
Revision: 465653

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   65 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 33 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-05-11 21:56:38 UTC (rev 465652)
+++ PKGBUILD	2019-05-11 21:56:51 UTC (rev 465653)
@@ -1,32 +0,0 @@
-# Maintainer: Bruno Pagani <archange at archlinux.org>
-
-pkgname=libxmlb
-pkgver=0.1.8
-pkgrel=1
-pkgdesc="A 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=('14a728c375f6abfae70fadc7269ad6722ba960ed7c7616b54b5e0c99c804ec40' 'SKIP')
-validpgpkeys=('163EB50119225DB3DF8F49EA17ACBA8DFA970E17') # Richard Hughes <richard at hughsie.com>
-
-prepare() {
-    cd ${pkgname}-${pkgver}
-}
-
-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
-}

Copied: libxmlb/repos/community-x86_64/PKGBUILD (from rev 465652, libxmlb/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-05-11 21:56:51 UTC (rev 465653)
@@ -0,0 +1,33 @@
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+
+pkgname=libxmlb
+pkgver=0.1.9
+pkgrel=1
+pkgdesc="A 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=('8bd483dd77c21074b8952f7ea179d3cbb04c8f6fa8694e8d2e99f90f3bd2db4d'
+            'SKIP')
+validpgpkeys=(163EB50119225DB3DF8F49EA17ACBA8DFA970E17) # Richard Hughes <richard at hughsie.com>
+
+prepare() {
+    cd ${pkgname}-${pkgver}
+}
+
+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
+}



More information about the arch-commits mailing list