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

Maxime Gauduin alucryd at archlinux.org
Mon Feb 24 08:52:53 UTC 2020


    Date: Monday, February 24, 2020 @ 08:52:53
  Author: alucryd
Revision: 376118

archrelease: copy trunk to extra-x86_64

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

----------+
 PKGBUILD |   80 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-24 08:52:48 UTC (rev 376117)
+++ PKGBUILD	2020-02-24 08:52:53 UTC (rev 376118)
@@ -1,40 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=libgusb
-pkgver=0.3.3
-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
-)
-source=(git+https://github.com/hughsie/libgusb.git#tag=1281d6ff0789ea8e4a825d0c379d175254e269ee)
-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 376117, libgusb/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-02-24 08:52:53 UTC (rev 376118)
@@ -0,0 +1,40 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=libgusb
+pkgver=0.3.4
+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
+)
+source=(git+https://github.com/hughsie/libgusb.git#tag=377917fed85476d615f72279d0c97bc391d0f191)
+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