Jonathan Grotelüschen pushed to branch main at Arch Linux / Packaging /
Packages / ausweisapp
Commits:
a41bdb09 by Jonathan Grotelüschen at 2026-07-15T13:04:48+02:00
upgpkg: 2.5.4-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = ausweisapp
pkgdesc = official client for using the German electronic ID card (eID)
- pkgver = 2.5.3
+ pkgver = 2.5.4
pkgrel = 1
url = https://www.ausweisapp.bund.de/
arch = x86_64
@@ -15,13 +15,19 @@ pkgbase = ausweisapp
depends = qt6-scxml
depends = pcsclite
depends = llhttp
+ depends = hicolor-icon-theme
+ depends = openssl
+ depends = libstdc++
+ depends = glibc
+ depends = systemd-libs
+ depends = qt6-base
optdepends = ccid: driver for generic smart card readers
optdepends = acsccid: driver for ACS card readers
optdepends = pcsc-cyberjack: driver for CyberJack card readers
- source =
https://github.com/Governikus/AusweisApp2/releases/download/2.5.3/AusweisApp-2.5.3.tar.gz
- source =
https://github.com/Governikus/AusweisApp2/releases/download/2.5.3/AusweisApp-2.5.3.tar.gz.asc
+ source =
https://github.com/Governikus/AusweisApp2/releases/download/2.5.4/AusweisApp-2.5.4.tar.gz
+ source =
https://github.com/Governikus/AusweisApp2/releases/download/2.5.4/AusweisApp-2.5.4.tar.gz.asc
validpgpkeys = 699BF3055B0A49224EFDE7C72D7479A531451088
- sha256sums =
d71a540ee33cfe9baf28d0c21a216050bd4ea3bcba64a2140807b1469c6f0d53
+ sha256sums =
e8e8ef4e696163a087549d0bd8e85326dcfe75a5eb98133d9e872c2c5398abda
sha256sums = SKIP
pkgname = ausweisapp
=====================================
PKGBUILD
=====================================
@@ -2,13 +2,16 @@
# Contributor: A. Klitzing <[email protected]>
pkgname=ausweisapp
-pkgver=2.5.3
+pkgver=2.5.4
pkgrel=1
pkgdesc="official client for using the German electronic ID card (eID)"
arch=('x86_64')
license=('EUPL-1.2')
url="https://www.ausweisapp.bund.de/"
-depends=('qt6-declarative' 'qt6-svg' 'qt6-websockets' 'qt6-scxml' 'pcsclite'
'llhttp')
+depends=(
+ 'qt6-declarative' 'qt6-svg' 'qt6-websockets' 'qt6-scxml' 'pcsclite'
'llhttp'
+ 'hicolor-icon-theme' 'openssl' 'libstdc++' 'glibc' 'systemd-libs'
'qt6-base'
+)
makedepends=('cmake' 'qt6-tools' 'ninja' 'pkgconf')
optdepends=(
'ccid: driver for generic smart card readers'
@@ -17,7 +20,7 @@ optdepends=(
)
source=("https://github.com/Governikus/AusweisApp2/releases/download/${pkgver}/AusweisApp-${pkgver}.tar.gz"{,.asc})
validpgpkeys=('699BF3055B0A49224EFDE7C72D7479A531451088')
-sha256sums=('d71a540ee33cfe9baf28d0c21a216050bd4ea3bcba64a2140807b1469c6f0d53'
+sha256sums=('e8e8ef4e696163a087549d0bd8e85326dcfe75a5eb98133d9e872c2c5398abda'
'SKIP')
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ausweisapp/-/commit/a41bdb096034cb916da3f03db14c9e1e769d1715
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ausweisapp/-/commit/a41bdb096034cb916da3f03db14c9e1e769d1715
You're receiving this email because of your account on gitlab.archlinux.org.
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications
| Help: https://gitlab.archlinux.org/help