diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2015-10-27 11:07:17 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2015-10-27 11:07:17 -0500 |
commit | 9397fcfa11a0baba826f3e77d226585f3188b6c8 (patch) | |
tree | 99c772b83f366232b3139a39d51df5946521016b /pcr/eid-mw | |
parent | 1dddd40b7381510517af01175f97454d7c6d42cb (diff) | |
download | abslibre-9397fcfa11a0baba826f3e77d226585f3188b6c8.tar.gz abslibre-9397fcfa11a0baba826f3e77d226585f3188b6c8.tar.bz2 abslibre-9397fcfa11a0baba826f3e77d226585f3188b6c8.zip |
eid-mw-4.1.9-1: updating version
Diffstat (limited to 'pcr/eid-mw')
-rw-r--r-- | pcr/eid-mw/PKGBUILD | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/pcr/eid-mw/PKGBUILD b/pcr/eid-mw/PKGBUILD index 956d843b2..24e265ee7 100644 --- a/pcr/eid-mw/PKGBUILD +++ b/pcr/eid-mw/PKGBUILD @@ -1,10 +1,11 @@ -# Maintainer (Arch): Alad Wenter <https://wiki.archlinux.org/index.php/Special:EmailUser/Alad> +# Maintainer (Arch): Emil Vanherp <emil DOT vanherp @ hot mail DOT com> +# Contributor (Arch): Alad Wenter <https://wiki.archlinux.org/index.php/Special:EmailUser/Alad> # Contributor (Arch): Xavier D. <magicrhesus@ouranos.be> # Contributor (Arch): Valere Monseur <valere.monseur@ymail.com> # Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe> pkgname=eid-mw -pkgver=4.1.4 +pkgver=4.1.9 pkgrel=1 pkgdesc="The eID middleware for the Belgian eID" @@ -16,12 +17,9 @@ depends=('pcsclite' 'gtk2') optdepends=('acsccid: ACS CCID smart card readers' 'ccid: A generic USB Chip/Smart Card Interface Devices driver' 'pcsc-tools: PC/SC smartcard tools') -source=("https://dist.eid.belgium.be/continuous/sources/$pkgname-$pkgver-v$pkgver.tar.gz") -sha256sums=('2996960ea92504c7cee1953ccf4520ba78979c7771645e2b2c1207f94be0a308') - -# SSL cert expired on July 29th; temporalily use --insecure -DLAGENTS=('https::/usr/bin/curl -fLC - --retry 3 --retry-delay 3 -o %o %u --insecure') - +source=("https://dist.eid.belgium.be/continuous/sources/$pkgname-$pkgver-v$pkgver.tar.gz"{,.asc}) +md5sums=('8812f910124441c325aa056c6af2b5d5' 'SKIP') +validpgpkeys=('D95426E309C0492990D8E8E2824A5E0010A04D46') build() { cd "$pkgname-$pkgver-v$pkgver" ./configure --prefix=/usr --libexecdir=/usr/bin |