Step 4: restore libusb1 in platfrom, keeping libusb in core, kdebase-workspace needs the core version instead so libusb1 can't provide libusb and upower need libusb1

This commit is contained in:
Manuel 2010-12-18 17:01:24 +00:00
parent 8307ed5250
commit 80063a0b79

View File

@ -1,12 +1,9 @@
# $Id: PKGBUILD 79849 2010-05-08 12:19:42Z jgc $ # $Id: PKGBUILD 79849 2010-05-08 12:19:42Z jgc $
# Maintainer: Jan de Groot <jgc@archlinux.org> # Maintainer: Jan de Groot <jgc@archlinux.org>
pkgname=libusb pkgname=libusb1
pkgver=1.0.8 pkgver=1.0.8
pkgrel=1 pkgrel=2
depends=('glibc') depends=('glibc')
replaces=('libusb1')
conflicts=('libusb1')
provides=('libusb1')
pkgdesc="Library to enable user space application programs to communicate with USB devices." pkgdesc="Library to enable user space application programs to communicate with USB devices."
arch=(i686 x86_64) arch=(i686 x86_64)
url="http://libusb.sourceforge.net/" url="http://libusb.sourceforge.net/"