diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-05-14 23:26:00 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-05-14 23:26:00 -0300 |
commit | a4f85b5a8c5460995c83445460351846cde419f8 (patch) | |
tree | 2c13819f471dca50955bddeadbf940ff3631c1e2 /community/ccid | |
parent | 6d90f2496f41209ab84d8b61d20b4d79d632ec7d (diff) | |
parent | e69c538fc7af5a9861c7688dd15913082d978180 (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community/calibre/PKGBUILD
extra/ggz-client-libs/PKGBUILD
extra/libggz/PKGBUILD
Diffstat (limited to 'community/ccid')
-rw-r--r-- | community/ccid/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/community/ccid/PKGBUILD b/community/ccid/PKGBUILD index d2abd4885..d8395bf76 100644 --- a/community/ccid/PKGBUILD +++ b/community/ccid/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 45275 2011-04-18 22:55:20Z giovanni $ +# $Id: PKGBUILD 46907 2011-05-13 17:37:41Z giovanni $ # Maintainer: Giovanni Scafora <giovanni@archlinux.org> # Contributor: Daniel Plaza <daniel.plaza.espi@gmail.com> pkgname=ccid -pkgver=1.4.3 +pkgver=1.4.4 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') makedepends=('pkgconfig') backup=(etc/reader.conf.d/libccidtwin) -source=("https://alioth.debian.org/frs/download.php/3535/${pkgname}-${pkgver}.tar.bz2") -md5sums=('a269baa572be6f93ec57da279c7ec276') +source=("https://alioth.debian.org/frs/download.php/3579/${pkgname}-${pkgver}.tar.bz2") +md5sums=('79ef91103bcdd99a3b31cb5c5721a829') build() { cd "${srcdir}/${pkgname}-${pkgver}" @@ -29,5 +29,5 @@ package() { cd "${srcdir}/${pkgname}-${pkgver}" make DESTDIR="${pkgdir}" install - install -D -m644 src/92_pcscd_ccid.rules "${pkgdir}/lib/udev/rules.d/85-pcscd-ccid.rules" || return 1 + install -D -m644 src/92_pcscd_ccid.rules "${pkgdir}/lib/udev/rules.d/85-pcscd-ccid.rules" } |