[arch-commits] Commit in libgusb/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Maxime Gauduin alucryd at archlinux.org
Sun Nov 24 21:51:52 UTC 2019


    Date: Sunday, November 24, 2019 @ 21:51:51
  Author: alucryd
Revision: 369725

archrelease: copy trunk to extra-x86_64

Added:
  libgusb/repos/extra-x86_64/PKGBUILD
    (from rev 369724, libgusb/trunk/PKGBUILD)
Deleted:
  libgusb/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   68 ++++++++++++++++++++++++++++++++++++-------------------------
 1 file changed, 41 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-24 21:51:45 UTC (rev 369724)
+++ PKGBUILD	2019-11-24 21:51:51 UTC (rev 369725)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=libgusb
-pkgver=0.3.0
-pkgrel=1
-pkgdesc='GObject wrapper for libusb1'
-url='https://github.com/hughsie/libgusb'
-arch=('x86_64')
-license=('LGPL2.1')
-depends=('glib2' 'libusb')
-makedepends=('git' 'gobject-introspection' 'gtk-doc' 'meson' 'python2' 'vala')
-_commit='732b49b528cc69bf4c8999e088835ecab9d5c05c'
-source=("git+https://github.com/hughsie/libgusb#tag=${pkgver}")
-sha256sums=('SKIP')
-
-build() {
-  arch-meson libgusb build
-  ninja -C build
-}
-
-package() {
-  DESTDIR="${pkgdir}" ninja -C build install
-}
-
-# vim: ts=2 sw=2 et:

Copied: libgusb/repos/extra-x86_64/PKGBUILD (from rev 369724, libgusb/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-11-24 21:51:51 UTC (rev 369725)
@@ -0,0 +1,41 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=libgusb
+pkgver=0.3.1
+pkgrel=1
+pkgdesc='GObject wrapper for libusb1'
+url=https://github.com/hughsie/libgusb
+arch=(x86_64)
+license=(LGPL2.1)
+depends=(
+  glib2
+  libusb
+)
+makedepends=(
+  git
+  gobject-introspection
+  gtk-doc
+  meson
+  python2
+  vala
+)
+source=(git+https://github.com/hughsie/libgusb#tag=7f2afe5dc3bcb6ce0d702856c9c0973efdf6ad1d)
+sha256sums=(SKIP)
+
+pkgver() {
+  cd libgusb
+
+  git describe --tags
+}
+
+build() {
+  arch-meson libgusb build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list