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

Bruno Pagani archange at archlinux.org
Wed Jul 17 10:05:38 UTC 2019


    Date: Wednesday, July 17, 2019 @ 10:05:38
  Author: archange
Revision: 490147

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-07-17 10:05:22 UTC (rev 490146)
+++ PKGBUILD	2019-07-17 10:05:38 UTC (rev 490147)
@@ -1,32 +0,0 @@
-# Maintainer: Bruno Pagani <archange at archlinux.org>
-
-pkgname=libxmlb
-pkgver=0.1.10
-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=('2a177a066146e52d7c5db5132204e555edc1ea28728e2f2f91d629ac109abd2b' '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 490146, libxmlb/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-07-17 10:05:38 UTC (rev 490147)
@@ -0,0 +1,32 @@
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+
+pkgname=libxmlb
+pkgver=0.1.11
+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=('2c0f7e235ccc9f946430ee3dab7214d957a07334f159c7aa6421b24792b5a7f7' '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