Date: Thursday, February 9, 2023 @ 12:23:23
Author: alucryd
Revision: 468423
archrelease: copy trunk to extra-x86_64
Added:
libgusb/repos/extra-x86_64/PKGBUILD
(from rev 468422, libgusb/trunk/PKGBUILD)
Deleted:
libgusb/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 88 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 44 insertions(+), 44 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-02-09 12:23:12 UTC (rev 468422)
+++ PKGBUILD 2023-02-09 12:23:23 UTC (rev 468423)
@@ -1,44 +0,0 @@
-# Maintainer: Maxime Gauduin <[email protected]>
-# Contributor: Ionut Biru <[email protected]>
-
-pkgname=libgusb
-pkgver=0.4.4
-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
- python-setuptools
- umockdev
- vala
-)
-_tag=bafd4d33dccc37c9fed220935f89f077cfaf2353
-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 468422,
libgusb/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-02-09 12:23:23 UTC (rev 468423)
@@ -0,0 +1,44 @@
+# Maintainer: Maxime Gauduin <[email protected]>
+# Contributor: Ionut Biru <[email protected]>
+
+pkgname=libgusb
+pkgver=0.4.5
+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
+ python-setuptools
+ umockdev
+ vala
+)
+_tag=cfe6865211bc241fe5e10b999bc0e27e7bddcb84
+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: