[arch-commits] Commit in libxmlb/repos/community-x86_64 (PKGBUILD PKGBUILD)
Bruno Pagani
archange at archlinux.org
Sun Nov 25 10:09:16 UTC 2018
Date: Sunday, November 25, 2018 @ 10:09:15
Author: archange
Revision: 409676
archrelease: copy trunk to community-x86_64
Added:
libxmlb/repos/community-x86_64/PKGBUILD
(from rev 409675, libxmlb/trunk/PKGBUILD)
Deleted:
libxmlb/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 60 ++++++++++++++++++++++++++++++------------------------------
1 file changed, 30 insertions(+), 30 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-11-25 10:09:06 UTC (rev 409675)
+++ PKGBUILD 2018-11-25 10:09:15 UTC (rev 409676)
@@ -1,30 +0,0 @@
-# Maintainer: Bruno Pagani <archange at archlinux.org>
-
-pkgname=libxmlb
-pkgver=0.1.4
-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=('ac6ed4b5410a3e16184fc2117ea85db2cf0cf47829e068e169a36f7dbe076cca' 'SKIP')
-validpgpkeys=('163EB50119225DB3DF8F49EA17ACBA8DFA970E17') # Richard Hughes <richard at hughsie.com>
-
-build() {
- cd ${pkgname}-${pkgver}
- arch-meson ../build
- ninja -v -C ../build
-}
-
-check() {
- cd build
- meson test
-}
-
-package() {
- DESTDIR="${pkgdir}" ninja -C build install
-}
Copied: libxmlb/repos/community-x86_64/PKGBUILD (from rev 409675, libxmlb/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-11-25 10:09:15 UTC (rev 409676)
@@ -0,0 +1,30 @@
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+
+pkgname=libxmlb
+pkgver=0.1.5
+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=('88eb4d760d99f0cea17fcef4a148397474fd17cec1d3a9de507f6f2216b82b27' 'SKIP')
+validpgpkeys=('163EB50119225DB3DF8F49EA17ACBA8DFA970E17') # Richard Hughes <richard at hughsie.com>
+
+build() {
+ cd ${pkgname}-${pkgver}
+ arch-meson ../build
+ ninja -v -C ../build
+}
+
+check() {
+ cd build
+ meson test
+}
+
+package() {
+ DESTDIR="${pkgdir}" ninja -C build install
+}
More information about the arch-commits
mailing list