diff options
author | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-06-12 12:04:42 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-06-12 12:04:42 -0300 |
commit | 57f780f5913e0a1bf9a4f6d8b94309537d99cca7 (patch) | |
tree | 78aaeeba5e5fa3267ca815671f11a75b3af11a00 /community/ccid | |
parent | d9929db3b4ad2dfeeb19ad71f6016eb8122d0208 (diff) | |
parent | fd4cd23b679e620a51c42e87a0655d55704fdba8 (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
extra/bind/PKGBUILD
extra/gc/PKGBUILD
Diffstat (limited to 'community/ccid')
-rw-r--r-- | community/ccid/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/ccid/PKGBUILD b/community/ccid/PKGBUILD index 71aeb60d9..a9e380347 100644 --- a/community/ccid/PKGBUILD +++ b/community/ccid/PKGBUILD @@ -1,15 +1,15 @@ -# $Id: PKGBUILD 69070 2012-04-08 22:56:25Z giovanni $ +# $Id: PKGBUILD 72183 2012-06-10 05:12:50Z giovanni $ # Maintainer: Giovanni Scafora <giovanni@archlinux.org> # Contributor: Daniel Plaza <daniel.plaza.espi@gmail.com> pkgname=ccid pkgver=1.4.6 -pkgrel=1 +pkgrel=2 pkgdesc="A generic USB Chip/Smart Card Interface Devices driver" arch=('i686' 'x86_64' 'mips64el') url="http://pcsclite.alioth.debian.org/ccid.html" license=('LGPL' 'GPL') -depends=('pcsclite' 'libusb') +depends=('pcsclite' 'libusbx') makedepends=('pkg-config') backup=(etc/reader.conf.d/libccidtwin) source=("https://alioth.debian.org/frs/download.php/3711/${pkgname}-${pkgver}.tar.bz2") |