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

Tobias Powalowski tpowa at nymeria.archlinux.org
Wed Feb 12 07:31:18 UTC 2014


    Date: Wednesday, February 12, 2014 @ 08:31:17
  Author: tpowa
Revision: 205871

upgpkg: libusb 1.0.18-1

replace libusbx with libusb again, now development will take place at old destination

Modified:
  libusb/trunk/PKGBUILD

----------+
 PKGBUILD |   21 +++++++++++----------
 1 file changed, 11 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-02-12 07:22:16 UTC (rev 205870)
+++ PKGBUILD	2014-02-12 07:31:17 UTC (rev 205871)
@@ -1,21 +1,22 @@
 # $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
 pkgname=libusb
-pkgver=1.0.9
+pkgver=1.0.18
 pkgrel=1
-depends=('glibc')
-pkgdesc="Library to enable user space application programs to communicate with USB devices."
+depends=('glibc' 'systemd')
+pkgdesc="Library that provides generic access to USB device"
 arch=(i686 x86_64)
-url="http://libusb.sourceforge.net/"
+url="http://libusbx.org"
 license=('LGPL')
-source=(http://downloads.sourceforge.net/libusb/libusb-${pkgver}.tar.bz2)
-options=(!libtool)
-replaces=(libusb1)
-md5sums=('7f5a02375ad960d4e33a6dae7d63cfcb')
+source=(http://downloads.sourceforge.net/${pkgname}/releases/${pkgver}/${pkgname}-${pkgver}.tar.bz2)
+replaces=('libusb1' 'libusbx')
+provides=("libusbx=$pkgver")
+conflicts=("libusbx")
+md5sums=('4a6d049923efc6496f1d383054dac1a6')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr 
+  ./configure --prefix=/usr --disable-static
   make
 }
 




More information about the arch-commits mailing list