summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmil Vanherp2016-04-16 15:15:10 +0800
committerEmil Vanherp2016-04-16 15:33:34 +0800
commitd85692a7a9b92837223fef16b5d68b28cac77ec3 (patch)
treec0565958807bb225368919ddac6cd57df47c7c94
parentf4c0afc1ad275f7616c702998bb02bac13d9cd7b (diff)
downloadaur-d85692a7a9b92837223fef16b5d68b28cac77ec3.tar.gz
update to 4.1.12
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD5
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dae478adb1ae..9052524cf914 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = eid-mw
pkgdesc = The eID middleware for the Belgian eID
- pkgver = 4.1.9
+ pkgver = 4.1.12
pkgrel = 1
url = http://eid.belgium.be/
arch = i686
@@ -12,10 +12,10 @@ pkgbase = eid-mw
optdepends = acsccid: ACS CCID smart card readers
optdepends = ccid: A generic USB Chip/Smart Card Interface Devices driver
optdepends = pcsc-tools: PC/SC smartcard tools
- source = https://dist.eid.belgium.be/continuous/sources/eid-mw-4.1.9-v4.1.9.tar.gz
- source = https://dist.eid.belgium.be/continuous/sources/eid-mw-4.1.9-v4.1.9.tar.gz.asc
- md5sums= 8812f910124441c325aa056c6af2b5d5
- md5sums= SKIP
+ source = https://dist.eid.belgium.be/continuous/sources/eid-mw-4.1.12-v4.1.12.tar.gz
+ source = https://dist.eid.belgium.be/continuous/sources/eid-mw-4.1.12-v4.1.12.tar.gz.asc
+ md5sums = 2678efdac0ebcf0c008b8850269720fb
+ md5sums = SKIP
pkgname = eid-mw
diff --git a/PKGBUILD b/PKGBUILD
index c855e3bf0e01..a3837219b069 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Valere Monseur <valere.monseur@ymail.com>
pkgname=eid-mw
-pkgver=4.1.9
+pkgver=4.1.12
pkgrel=1
pkgdesc="The eID middleware for the Belgian eID"
@@ -18,7 +18,8 @@ optdepends=('firefox: extension for Belgian eid'
'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"{,.asc})
-md5sums=('8812f910124441c325aa056c6af2b5d5' 'SKIP')
+md5sums=('2678efdac0ebcf0c008b8850269720fb'
+ 'SKIP')
validpgpkeys=('D95426E309C0492990D8E8E2824A5E0010A04D46')
build() {
cd "$pkgname-$pkgver-v$pkgver"