Date: Friday, January 31, 2020 @ 18:21:10 Author: alucryd Revision: 560833
upgpkg: lib32-libgusb 0.3.3-1 Modified: lib32-libgusb/trunk/PKGBUILD ----------+ PKGBUILD | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-01-31 18:16:53 UTC (rev 560832) +++ PKGBUILD 2020-01-31 18:21:10 UTC (rev 560833) @@ -3,8 +3,8 @@ # Contributor: josephgbr <[email protected]> pkgname=lib32-libgusb -pkgver=0.3.2 -pkgrel=3 +pkgver=0.3.3 +pkgrel=1 pkgdesc='GObject wrapper for libusb1' url=https://github.com/hughsie/libgusb arch=(x86_64) @@ -21,16 +21,9 @@ meson vala ) -source=(git+https://github.com/hughsie/libgusb#tag=bda40aca1f11f841524ad6ed16c352329b8a8d41) +source=(git+https://github.com/hughsie/libgusb.git#tag=1281d6ff0789ea8e4a825d0c379d175254e269ee) sha256sums=(SKIP) -prepare() { - cd libgusb - - # https://github.com/hughsie/libgusb/issues/24 - git cherry-pick -n 3813921b7248a5f8a340f3395ff0ddf304bcf64e -} - pkgver() { cd libgusb
