diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2012-12-08 13:14:39 +0100 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2012-12-08 13:14:39 +0100 |
commit | 31ccd8fa213350d61560c16caac29e5c0bb0f54f (patch) | |
tree | ea0288a26a5d9c325da1502ed4450936c52b8272 /community/opensc | |
parent | 3734b1ff855a5738195c6ff3def244d7b2e23e50 (diff) | |
parent | b8c6ff8db00ce5eec5e6f20a90e8f8ec993ef3d5 (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
community/codeblocks/PKGBUILD
community/siege/PKGBUILD
extra/opus/PKGBUILD
extra/rtmpdump/PKGBUILD
Diffstat (limited to 'community/opensc')
-rw-r--r-- | community/opensc/PKGBUILD | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/community/opensc/PKGBUILD b/community/opensc/PKGBUILD index b7e56b5a2..8fd31c1d5 100644 --- a/community/opensc/PKGBUILD +++ b/community/opensc/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 62576 2012-01-21 15:54:56Z seblu $ +# $Id: PKGBUILD 80964 2012-12-08 00:07:50Z seblu $ # Maintainer: Sébastien Luttringer <seblu@aur.archlinux.org> # Contributor: kevku <kevku@msn.com> pkgname=opensc -pkgver=0.12.2 -pkgrel=3 +pkgver=0.13.0 +pkgrel=1 pkgdesc='Access smart cards that support cryptographic operations' arch=('x86_64' 'i686' 'mips64el') url='http://www.opensc-project.org/opensc/' @@ -13,9 +13,9 @@ backup=('etc/opensc.conf') makedepends=('docbook-xsl') depends=('openssl' 'pcsclite' 'libltdl') options=('!libtool' '!emptydirs') -source=("http://www.opensc-project.org/files/$pkgname/$pkgname-$pkgver.tar.gz") -md5sums=('5116adea5f2f9f22fb9896965789144b') - +source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz") +md5sums=('74a10de6c646bdaae307d6dc9e9accc0') + build() { cd $pkgname-$pkgver export LIBS=-lltdl @@ -32,11 +32,11 @@ build() { --with-xsl-stylesheetsdir="$_sheetdir" make } - + package(){ cd $pkgname-$pkgver make DESTDIR="$pkgdir" install install -D -m644 etc/opensc.conf "$pkgdir/etc/opensc.conf" -} +} # vim:set ts=2 sw=2 ft=sh et: |