diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2013-05-02 11:27:39 +0200 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2013-05-02 11:27:39 +0200 |
commit | d0a980f59ed24d42b8edfc27229976b3e469d263 (patch) | |
tree | b3643b688cc1eb13bc3c07f1f8bf18ad4c3649fd /community/ccid | |
parent | d1f3d0f7ce2e69afdf69bfb0209b97c5589a5a68 (diff) | |
parent | 8b09f76ed1ea968a2473faf8f56250eea0fdc3cc (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
extra/libdvbpsi/PKGBUILD
Diffstat (limited to 'community/ccid')
-rw-r--r-- | community/ccid/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/ccid/PKGBUILD b/community/ccid/PKGBUILD index ffdf67f1d..79f03f0a4 100644 --- a/community/ccid/PKGBUILD +++ b/community/ccid/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 82451 2013-01-18 08:29:46Z giovanni $ +# $Id: PKGBUILD 89650 2013-05-01 05:38:53Z giovanni $ # Maintainer: Giovanni Scafora <giovanni@archlinux.org> # Contributor: Daniel Plaza <daniel.plaza.espi@gmail.com> pkgname=ccid -pkgver=1.4.9 +pkgver=1.4.10 pkgrel=1 pkgdesc="A generic USB Chip/Smart Card Interface Devices driver" arch=('i686' 'x86_64' 'mips64el') @@ -12,8 +12,8 @@ license=('LGPL' 'GPL') depends=('pcsclite' 'libusbx') makedepends=('pkg-config') backup=(etc/reader.conf.d/libccidtwin) -source=("https://alioth.debian.org/frs/download.php/3864/${pkgname}-${pkgver}.tar.bz2") -md5sums=('1afd9cc6fb1676d1fdd605d10c70d08e') +source=("https://alioth.debian.org/frs/download.php/3897/${pkgname}-${pkgver}.tar.bz2") +md5sums=('5372e8593624dee837269bf86e4b8b06') build() { cd "${srcdir}/${pkgname}-${pkgver}" |