Skip to content

Commit

Permalink
universe/libusb-compat: fix source URL
Browse files Browse the repository at this point in the history
[ commit 3d1e3285bea8390e53ab085b806936d89e5aeed2 ]

upstream rebuild the release tarball without changing version.

libusb/libusb-compat-0.1#28 (comment)

switch to .tar.gz so we avoid distfiles cache problems
  • Loading branch information
ncopa authored and Apk-renewer bot committed Oct 25, 2023
1 parent 0739d5a commit 771c226
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions universe/libusb-compat/APKBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,15 @@

pkgname=libusb-compat
pkgver=0.1.8
pkgrel=1
pkgrel=2
pkgdesc="Compatility for older libusb"
url="https://libusb.info/"
arch="all"
license="LGPL-2.1-or-later"
subpackages="$pkgname-dev"
depends="libusb"
makedepends="autoconf automake linux-headers libtool libusb-dev"
source="https://github.com/libusb/libusb-compat-0.1/releases/download/v$pkgver/libusb-compat-$pkgver.tar.bz2"

prepare() {
default_prepare
sh autogen.sh
}
source="https://github.com/libusb/libusb-compat-0.1/releases/download/v$pkgver/libusb-compat-$pkgver.tar.gz"

build() {
./configure \
Expand All @@ -34,5 +29,5 @@ package() {
}

sha512sums="
817a16a2c7268e0d73add97c06ec3f6e4fc4b8697bd3129bb6f907f138c2a5dccb662096c4cd0385341053b216afd398b21dfef14676777b906972c9e3af4e3e libusb-compat-0.1.8.tar.bz2
0f935b89d06a8ffd6c87b03d649b1136a0f84110874d1b8d071a0af922b9b2f911143670fc9297309053f29ba02e1714fa4f4bdd8b71c26dbaf32146699fcf34 libusb-compat-0.1.8.tar.gz
"

0 comments on commit 771c226

Please sign in to comment.