Date: Thursday, February 9, 2023 @ 12:23:54
  Author: alucryd
Revision: 1397623

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-libgusb/repos/multilib-x86_64/PKGBUILD
    (from rev 1397622, lib32-libgusb/trunk/PKGBUILD)
Deleted:
  lib32-libgusb/repos/multilib-x86_64/PKGBUILD

----------+
 PKGBUILD |   96 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 48 insertions(+), 48 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-02-09 12:23:45 UTC (rev 1397622)
+++ PKGBUILD    2023-02-09 12:23:54 UTC (rev 1397623)
@@ -1,48 +0,0 @@
-# Maintainer: Maxime Gauduin <[email protected]>
-# Contributor: jtts <[email protected]>
-# Contributor: josephgbr <[email protected]>
-
-pkgname=lib32-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=(
-  lib32-glib2
-  lib32-json-glib
-  lib32-libusb
-  libgusb
-)
-makedepends=(
-  git
-  meson
-)
-_tag=bafd4d33dccc37c9fed220935f89f077cfaf2353
-source=(git+https://github.com/hughsie/libgusb.git#tag=${_tag})
-sha256sums=(SKIP)
-
-pkgver() {
-  cd libgusb
-  git describe --tags
-}
-
-build() {
-  export CC='gcc -m32'
-  export PKG_CONFIG=i686-pc-linux-gnu-pkg-config
-  arch-meson libgusb build \
-    --libdir=/usr/lib32 \
-    -Ddocs=false \
-    -Dintrospection=false \
-    -Dumockdev=disabled \
-    -Dvapi=false
-  meson compile -C build
-}
-
-package() {
-  DESTDIR="${pkgdir}" meson install -C build
-  rm -rf "${pkgdir}"/usr/{bin,include,share}
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-libgusb/repos/multilib-x86_64/PKGBUILD (from rev 1397622, 
lib32-libgusb/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-02-09 12:23:54 UTC (rev 1397623)
@@ -0,0 +1,48 @@
+# Maintainer: Maxime Gauduin <[email protected]>
+# Contributor: jtts <[email protected]>
+# Contributor: josephgbr <[email protected]>
+
+pkgname=lib32-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=(
+  lib32-glib2
+  lib32-json-glib
+  lib32-libusb
+  libgusb
+)
+makedepends=(
+  git
+  meson
+)
+_tag=cfe6865211bc241fe5e10b999bc0e27e7bddcb84
+source=(git+https://github.com/hughsie/libgusb.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd libgusb
+  git describe --tags
+}
+
+build() {
+  export CC='gcc -m32'
+  export PKG_CONFIG=i686-pc-linux-gnu-pkg-config
+  arch-meson libgusb build \
+    --libdir=/usr/lib32 \
+    -Ddocs=false \
+    -Dintrospection=false \
+    -Dumockdev=disabled \
+    -Dvapi=false
+  meson compile -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" meson install -C build
+  rm -rf "${pkgdir}"/usr/{bin,include,share}
+}
+
+# vim: ts=2 sw=2 et:

Reply via email to