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

Bruno Pagani archange at archlinux.org
Wed Mar 27 13:17:45 UTC 2019


    Date: Wednesday, March 27, 2019 @ 13:17:45
  Author: archange
Revision: 444352

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-27 13:17:37 UTC (rev 444351)
+++ PKGBUILD	2019-03-27 13:17:45 UTC (rev 444352)
@@ -1,33 +0,0 @@
-# Maintainer: Bruno Pagani <archange at archlinux.org>
-
-pkgname=libxmlb
-pkgver=0.1.7
-pkgrel=2
-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=('616cdc448db2a213e0298b8c4d0a0eb3056bc927fba364c107a9f0d3c8cd364b'
-            '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 444351, libxmlb/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-03-27 13:17:45 UTC (rev 444352)
@@ -0,0 +1,32 @@
+# 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
+}



More information about the arch-commits mailing list