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

Maxime Gauduin alucryd at archlinux.org
Mon Jun 7 19:41:58 UTC 2021


    Date: Monday, June 7, 2021 @ 19:41:58
  Author: alucryd
Revision: 417324

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-07 19:41:53 UTC (rev 417323)
+++ PKGBUILD	2021-06-07 19:41:58 UTC (rev 417324)
@@ -1,41 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=libgusb
-pkgver=0.3.6
-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
-  vala
-)
-_tag=b0464454048cac6779d4d51f12fe7f37ae4bbd57
-source=(git+https://github.com/hughsie/libgusb.git#tag=${_tag})
-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:

Copied: libgusb/repos/extra-x86_64/PKGBUILD (from rev 417323, libgusb/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-06-07 19:41:58 UTC (rev 417324)
@@ -0,0 +1,41 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=libgusb
+pkgver=0.3.7
+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
+  vala
+)
+_tag=ff9c606d9d72c7dd369ad220d92729556faaaf0c
+source=(git+https://github.com/hughsie/libgusb.git#tag=${_tag})
+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