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

Tobias Powalowski tpowa at nymeria.archlinux.org
Mon Jul 15 06:30:42 UTC 2013


    Date: Monday, July 15, 2013 @ 08:30:42
  Author: tpowa
Revision: 190088

upgpkg: libusbx 1.0.16-1

bump to latest version

Modified:
  libusbx/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-07-14 19:05:05 UTC (rev 190087)
+++ PKGBUILD	2013-07-15 06:30:42 UTC (rev 190088)
@@ -1,9 +1,9 @@
 # $Id$
 # Maintainer: Tobias Powalowski <tpowa at archlinux.org>
 pkgname=libusbx
-pkgver=1.0.15
+pkgver=1.0.16
 pkgrel=1
-depends=('glibc')
+depends=('glibc' 'systemd')
 pkgdesc="Library that provides generic access to USB device"
 arch=(i686 x86_64)
 url="http://libusbx.org"
@@ -13,7 +13,6 @@
 replaces=('libusb1' 'libusb')
 provides=("libusb=$pkgver")
 conflicts=("libusb")
-md5sums=('d02c008c04f0ef420e0f2508cfa841ca')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
@@ -30,3 +29,4 @@
   cd "${srcdir}/${pkgname}-${pkgver}"
   make DESTDIR="${pkgdir}" install
 }
+md5sums=('7f5715d624cd6c26b30a317eb6c2fe5e')




More information about the arch-commits mailing list