summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndré Klitzing2023-08-21 11:44:17 +0200
committerAndré Klitzing2023-08-21 11:44:17 +0200
commitf2c6d5ce276c934a92358921487a0457043417b2 (patch)
tree2b26eb183946f31fa9026ec7084cc752ebe9c0f0
parentf70e1df7f71c235f78b9753fc9379253b6263055 (diff)
downloadaur-f2c6d5ce276c934a92358921487a0457043417b2.tar.gz
Bump to 1.26.7
This is not necessary as 1.26.5 is the same on Linux. Also add pkgconf - even it is in base-devel which is required to use makepkg. But hey... people :-(
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e39f91082489..8be7f9bd46e5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
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.26.5
+ pkgver = 1.26.7
pkgrel = 1
url = https://www.ausweisapp.bund.de/
arch = i686
@@ -11,6 +11,7 @@ pkgbase = ausweisapp2
makedepends = qt6-tools
makedepends = qt6-shadertools
makedepends = ninja
+ makedepends = pkgconf
depends = qt6-declarative
depends = qt6-svg
depends = qt6-websockets
@@ -20,10 +21,10 @@ pkgbase = ausweisapp2
optdepends = ccid
optdepends = acsccid
optdepends = pcsc-cyberjack
- source = https://github.com/Governikus/AusweisApp2/releases/download/1.26.5/AusweisApp2-1.26.5.tar.gz
- source = https://github.com/Governikus/AusweisApp2/releases/download/1.26.5/AusweisApp2-1.26.5.tar.gz.asc
+ source = https://github.com/Governikus/AusweisApp2/releases/download/1.26.7/AusweisApp2-1.26.7.tar.gz
+ source = https://github.com/Governikus/AusweisApp2/releases/download/1.26.7/AusweisApp2-1.26.7.tar.gz.asc
validpgpkeys = 699BF3055B0A49224EFDE7C72D7479A531451088
- sha256sums = f4cd52dd89e3faf689c39881b4693f60c45334b9d79f90f46380fcb87afb8a04
+ sha256sums = 8062fe04332e9a7bee4c75fe3ef3efda6748c1a19a6fda8770f7914939c7bd28
sha256sums = SKIP
pkgname = ausweisapp2
diff --git a/PKGBUILD b/PKGBUILD
index 7c59117ebbc6..0c5cf1debd89 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,18 @@
# Maintainer: A. Klitzing <aklitzing@gmail.com>
pkgname=ausweisapp2
-pkgver=1.26.5
+pkgver=1.26.7
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' 'aarch64')
license=('custom:EUPL1.2')
url="https://www.ausweisapp.bund.de/"
depends=('qt6-declarative' 'qt6-svg' 'qt6-websockets' 'qt6-scxml' 'pcsclite' 'http-parser')
-makedepends=('cmake' 'qt6-tools' 'qt6-shadertools' 'ninja')
+makedepends=('cmake' 'qt6-tools' 'qt6-shadertools' 'ninja' 'pkgconf')
optdepends=('ccid' 'acsccid' 'pcsc-cyberjack')
source=("https://github.com/Governikus/AusweisApp2/releases/download/${pkgver}/AusweisApp2-${pkgver}.tar.gz"{,.asc})
validpgpkeys=('699BF3055B0A49224EFDE7C72D7479A531451088')
-sha256sums=('f4cd52dd89e3faf689c39881b4693f60c45334b9d79f90f46380fcb87afb8a04'
+sha256sums=('8062fe04332e9a7bee4c75fe3ef3efda6748c1a19a6fda8770f7914939c7bd28'
'SKIP')
prepare() {