summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakob Gahde2018-07-24 14:54:51 +0200
committerJakob Gahde2018-07-24 14:54:51 +0200
commit89a27dc8d2c219fc19e8e2b6b455e9dc408bbcc8 (patch)
treed00590bc1882b992e16a437a896365ba06cd66d8
parent6236a768bd698b76a64f6fc5e247c241cf347c29 (diff)
downloadaur-89a27dc8d2c219fc19e8e2b6b455e9dc408bbcc8.tar.gz
ausweisapp2 1.14.3-1: New version
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3c6afb203f2a..34f8ba510b5e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,23 +1,20 @@
-# Generated by mksrcinfo v8
-# Wed Jun 27 18:01:21 UTC 2018
pkgbase = ausweisapp2
pkgdesc = A software application that you install on your computer to use your national identity card or your electronic residence permit for online identification
- pkgver = 1.14.2
+ pkgver = 1.14.3
pkgrel = 1
url = https://www.ausweisapp.bund.de/ausweisapp2-home/
arch = i686
arch = x86_64
license = custom:EUPL1.2
makedepends = cmake
- makedepends = qt5-connectivity
makedepends = qt5-tools
- makedepends = qt5-translations
depends = qt5-svg
depends = qt5-websockets
depends = pcsclite
- source = https://github.com/Governikus/AusweisApp2/releases/download/1.14.2/AusweisApp2-1.14.2.tar.gz
- source = https://github.com/Governikus/AusweisApp2/releases/download/1.14.2/AusweisApp2-1.14.2.tar.gz.asc
- sha256sums = 0eb70bf4e7cfad80c55e904ff1dc22b8fbdd605f87a4bc2f29f859db1dec41bf
+ source = https://github.com/Governikus/AusweisApp2/releases/download/1.14.3/AusweisApp2-1.14.3.tar.gz
+ source = https://github.com/Governikus/AusweisApp2/releases/download/1.14.3/AusweisApp2-1.14.3.tar.gz.asc
+ validpgpkeys = 699BF3055B0A49224EFDE7C72D7479A531451088
+ sha256sums = c4e09e1e9c362efc978f02b1e7ddf3ebc088d6e919ac5aeb03f1aa7a6e87d512
sha256sums = SKIP
pkgname = ausweisapp2
diff --git a/PKGBUILD b/PKGBUILD
index 91281e23f391..48e5ee913352 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: Jakob Gahde <j5lx@fmail.co.uk>
pkgname=ausweisapp2
-pkgver=1.14.2
+pkgver=1.14.3
pkgrel=1
pkgdesc="A software application that you install on your computer to use your national identity card or your electronic residence permit for online identification"
arch=('i686' 'x86_64')
license=('custom:EUPL1.2')
url="https://www.ausweisapp.bund.de/ausweisapp2-home/"
depends=('qt5-svg' 'qt5-websockets' 'pcsclite')
-makedepends=('cmake' 'qt5-connectivity' 'qt5-tools' 'qt5-translations')
+makedepends=('cmake' 'qt5-tools')
source=("https://github.com/Governikus/AusweisApp2/releases/download/${pkgver}/AusweisApp2-${pkgver}.tar.gz"{,.asc})
validpgpkeys=('699BF3055B0A49224EFDE7C72D7479A531451088')
-sha256sums=('0eb70bf4e7cfad80c55e904ff1dc22b8fbdd605f87a4bc2f29f859db1dec41bf'
+sha256sums=('c4e09e1e9c362efc978f02b1e7ddf3ebc088d6e919ac5aeb03f1aa7a6e87d512'
'SKIP')
build() {