Date: Monday, October 10, 2022 @ 09:21:41
Author: alucryd
Revision: 457519
archrelease: copy trunk to extra-x86_64
Added:
libgusb/repos/extra-x86_64/PKGBUILD
(from rev 457518, libgusb/trunk/PKGBUILD)
Deleted:
libgusb/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 86 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 43 insertions(+), 43 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-10-10 09:21:32 UTC (rev 457518)
+++ PKGBUILD 2022-10-10 09:21:41 UTC (rev 457519)
@@ -1,43 +0,0 @@
-# Maintainer: Maxime Gauduin <[email protected]>
-# Contributor: Ionut Biru <[email protected]>
-
-pkgname=libgusb
-pkgver=0.4.0
-pkgrel=1
-pkgdesc='GObject wrapper for libusb1'
-url=https://github.com/hughsie/libgusb
-arch=(x86_64)
-license=(LGPL2.1)
-depends=(
- glib2
- libjson-glib-1.0.so
- libusb-1.0.so
-)
-makedepends=(
- git
- gobject-introspection
- gtk-doc
- meson
- umockdev
- vala
-)
-_tag=6cd1e177a2aada5d26d351d58004040ce0baea45
-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 457518,
libgusb/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-10-10 09:21:41 UTC (rev 457519)
@@ -0,0 +1,43 @@
+# Maintainer: Maxime Gauduin <[email protected]>
+# Contributor: Ionut Biru <[email protected]>
+
+pkgname=libgusb
+pkgver=0.4.1
+pkgrel=1
+pkgdesc='GObject wrapper for libusb1'
+url=https://github.com/hughsie/libgusb
+arch=(x86_64)
+license=(LGPL2.1)
+depends=(
+ glib2
+ libjson-glib-1.0.so
+ libusb-1.0.so
+)
+makedepends=(
+ gi-docgen
+ git
+ gobject-introspection
+ gtk-doc
+ meson
+ umockdev
+ vala
+)
+_tag=e510a4126b7ab7f53848c2e44ff1e37fc59b932c
+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: