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

Bruno Pagani archange at archlinux.org
Sun Dec 15 16:36:10 UTC 2019


    Date: Sunday, December 15, 2019 @ 16:36:09
  Author: archange
Revision: 537756

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-12-15 16:36:00 UTC (rev 537755)
+++ PKGBUILD	2019-12-15 16:36:09 UTC (rev 537756)
@@ -1,32 +0,0 @@
-# Maintainer: Bruno Pagani <archange at archlinux.org>
-
-pkgname=libxmlb
-pkgver=0.1.13
-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=('24abe548800450ce097235a44a76536bd17a9c5b3bb1a8ee4393cdf3688e5996' '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 537755, libxmlb/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-12-15 16:36:09 UTC (rev 537756)
@@ -0,0 +1,28 @@
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+
+pkgname=libxmlb
+pkgver=0.1.14
+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=('9128735d08d0326f48526fd11c4a44659f7995fae458bd7dbdf27460b842cc80' '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
+}



More information about the arch-commits mailing list