Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / libusb-compat
Commits: 02d33ec0 by Antonio Rojas at 2024-09-06T20:32:35+02:00 upgpkg: 0.1.8-2: Rebuild for missing .SRCINFO - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,13 @@ +pkgbase = libusb-compat + pkgdesc = Library to enable user space application programs to communicate with USB devices + pkgver = 0.1.8 + pkgrel = 2 + url = http://libusb.sourceforge.net/ + arch = x86_64 + license = LGPL + depends = libusb + depends = sh + source = https://github.com/libusb/libusb-compat-0.1/releases/download/v0.1.8/libusb-compat-0.1.8.tar.gz + sha256sums = d199c173fd3cd9d27c7f4bb6608befc7eb761984e6664da7d9d4386ff66fe6fc + +pkgname = libusb-compat ===================================== PKGBUILD ===================================== @@ -5,19 +5,14 @@ pkgname=libusb-compat pkgver=0.1.8 -pkgrel=1 +pkgrel=2 pkgdesc="Library to enable user space application programs to communicate with USB devices" arch=('x86_64') url="http://libusb.sourceforge.net/" license=('LGPL') depends=('libusb' 'sh') source=("https://github.com/libusb/libusb-compat-0.1/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz") -sha256sums=('f79dcc3b2c2ef4141e5300faf71519badde85d4ac87fd3372d2b88bba8af05dc') - -prepare() { - cd ${pkgname}-${pkgver} - ./autogen.sh -} +sha256sums=('d199c173fd3cd9d27c7f4bb6608befc7eb761984e6664da7d9d4386ff66fe6fc') build() { cd ${pkgname}-${pkgver} View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/libusb-compat/-/commit/02d33ec06ddb35db2e8caa6d81090c6c53981b55 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/libusb-compat/-/commit/02d33ec06ddb35db2e8caa6d81090c6c53981b55 You're receiving this email because of your account on gitlab.archlinux.org.
