From 80063a0b79392439a50a66f84cb23ebcd493ed69 Mon Sep 17 00:00:00 2001 From: Manuel Date: Sat, 18 Dec 2010 17:01:24 +0000 Subject: [PATCH] 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 --- {libusb => libusb1}/PKGBUILD | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) rename {libusb => libusb1}/PKGBUILD (86%) diff --git a/libusb/PKGBUILD b/libusb1/PKGBUILD similarity index 86% rename from libusb/PKGBUILD rename to libusb1/PKGBUILD index 8c5461485..83417deed 100644 --- a/libusb/PKGBUILD +++ b/libusb1/PKGBUILD @@ -1,12 +1,9 @@ # $Id: PKGBUILD 79849 2010-05-08 12:19:42Z jgc $ # Maintainer: Jan de Groot -pkgname=libusb +pkgname=libusb1 pkgver=1.0.8 -pkgrel=1 +pkgrel=2 depends=('glibc') -replaces=('libusb1') -conflicts=('libusb1') -provides=('libusb1') pkgdesc="Library to enable user space application programs to communicate with USB devices." arch=(i686 x86_64) url="http://libusb.sourceforge.net/"