Date: Wednesday, March 17, 2021 @ 07:27:38 Author: alucryd Revision: 893084
lib32-libgusb 0.3.6-1: disable introspection Modified: lib32-libgusb/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-03-17 07:26:44 UTC (rev 893083) +++ PKGBUILD 2021-03-17 07:27:38 UTC (rev 893084) @@ -3,7 +3,7 @@ # Contributor: josephgbr <[email protected]> pkgname=lib32-libgusb -pkgver=0.3.5 +pkgver=0.3.6 pkgrel=1 pkgdesc='GObject wrapper for libusb1' url=https://github.com/hughsie/libgusb @@ -16,10 +16,9 @@ ) makedepends=( git - gobject-introspection meson ) -_tag=1f712812327091c42c62b1ab1148d738d1a22b51 +_tag=b0464454048cac6779d4d51f12fe7f37ae4bbd57 source=(git+https://github.com/hughsie/libgusb.git#tag=${_tag}) sha256sums=(SKIP) @@ -37,6 +36,7 @@ arch-meson libgusb build \ --libdir='/usr/lib32' \ -Ddocs=false \ + -Dintrospection=false \ -Dvapi=false ninja -C build }
