mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
libusb: bump version.
This commit is contained in:
@@ -19,15 +19,16 @@ COPYRIGHT="2001 Johannes Erdfelt
|
||||
2012-2013 Martin Pieuchot
|
||||
2012-2013 Toby Gray"
|
||||
LICENSE="GNU LGPL v2.1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="git+git://github.com/libusb/libusb.git#a447fa4cd517e5393c0f1504b1a35b095aafa334"
|
||||
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://github.com/libusb/libusb/archive/v1.0.20.tar.gz"
|
||||
SOURCE_FILENAME="libusb-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="03c1116c965e9953551779c9aac1522d7bd8163bff8d666b117b7fad09eec859"
|
||||
ARCHITECTURES="x86 x86_64 x86_gcc2"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
PROVIDES="
|
||||
libusb$secondaryArchSuffix = $portVersion
|
||||
lib:libusb_1.0$secondaryArchSuffix = $portVersion
|
||||
lib:libusb_1.0$secondaryArchSuffix = 0.1.0 compat >= 0
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
@@ -35,7 +36,7 @@ REQUIRES="
|
||||
|
||||
PROVIDES_devel="
|
||||
libusb${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libusb_1.0${secondaryArchSuffix} = $portVersion
|
||||
devel:libusb_1.0${secondaryArchSuffix} = 0.1.0 compat >= 0
|
||||
"
|
||||
REQUIRES_devel="
|
||||
libusb${secondaryArchSuffix} == $portVersion base
|
||||
Reference in New Issue
Block a user