Date: Friday, January 31, 2020 @ 18:18:31 Author: alucryd Revision: 374423
upgpkg: libgusb 0.3.3-1 Modified: libgusb/trunk/PKGBUILD ----------+ PKGBUILD | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-01-31 18:17:25 UTC (rev 374422) +++ PKGBUILD 2020-01-31 18:18:31 UTC (rev 374423) @@ -3,7 +3,7 @@ pkgname=libgusb pkgver=0.3.3 -pkgrel=2 +pkgrel=1 pkgdesc='GObject wrapper for libusb1' url=https://github.com/hughsie/libgusb arch=(x86_64) @@ -22,13 +22,6 @@ 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
