[arch-commits] Commit in libusbx/trunk (PKGBUILD)

Tobias Powalowski tpowa at archlinux.org
Fri Jun 1 09:33:08 UTC 2012


    Date: Friday, June 1, 2012 @ 05:33:07
  Author: tpowa
Revision: 160332

upgpkg: libusbx 1.0.11-2

add conflict libusb and versioned provides

Modified:
  libusbx/trunk/PKGBUILD

----------+
 PKGBUILD |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-06-01 08:53:07 UTC (rev 160331)
+++ PKGBUILD	2012-06-01 09:33:07 UTC (rev 160332)
@@ -2,7 +2,7 @@
 # Maintainer: Tobias Powalowski <tpowa at archlinux.org>
 pkgname=libusbx
 pkgver=1.0.11
-pkgrel=1
+pkgrel=2
 depends=('glibc')
 pkgdesc="Library that provides generic access to USB device"
 arch=(i686 x86_64)
@@ -11,7 +11,9 @@
 source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
 options=(!libtool)
 replaces=('libusb1' 'libusb')
-provides=('libusb')
+provides=("libusb=$pkgver")
+conflicts=("libusb")
+
 md5sums=('9aaab6aee72f65900cc731ecbffb4cf4')
 
 build() {




More information about the arch-commits mailing list