summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkevku2021-03-09 20:20:22 +0200
committerkevku2021-03-09 20:20:22 +0200
commitcd145e4363a11ad4cd75be2b6faf4818fed250a6 (patch)
tree862990903a7dd4771a1d8898a0f9323d66aee7b8
parentbc041ffd17e3ed06110131591564e8e511b09c7f (diff)
downloadaur-cd145e4363a11ad4cd75be2b6faf4818fed250a6.tar.gz
update 4.2.8.89
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 18a807157ed7..54d6c53edb30 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = qdigidoc4
pkgdesc = DigiDoc4 Client is an application for digitally signing and encrypting documents; the software includes functionality to manage Estonian ID-card - change pin codes, update certificates etc.
- pkgver = 4.2.7.85
+ pkgver = 4.2.8.89
pkgrel = 1
url = http://www.id.ee/
arch = x86_64
@@ -10,13 +10,13 @@ pkgbase = qdigidoc4
makedepends = qt5-tools
makedepends = qt5-translations
makedepends = git
- depends = libdigidocpp>=3.14.4
+ depends = libdigidocpp>=3.14.5
depends = opensc
depends = pcsclite
depends = qt5-svg
depends = hicolor-icon-theme
optdepends = ccid: smart card support
- source = qdigidoc4-4.2.7.85::git+https://github.com/open-eid/DigiDoc4-Client.git?signed#tag=v4.2.7
+ source = qdigidoc4-4.2.8.89::git+https://github.com/open-eid/DigiDoc4-Client.git?signed#tag=v4.2.8
source = open-eid-cmake::git+https://github.com/open-eid/cmake.git
source = open-eid-common::git+https://github.com/open-eid/qt-common.git
source = open-eid-extensions::git+https://github.com/open-eid/digidoc-extensions.git
diff --git a/PKGBUILD b/PKGBUILD
index b8aebfc1feeb..eaa9e71f8dd6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: kevku <kevku@gmx.com>
pkgname=qdigidoc4
-pkgver=4.2.7.85
-_rls_tag=v4.2.7
+pkgver=4.2.8.89
+_rls_tag=v4.2.8
pkgrel=1
pkgdesc="DigiDoc4 Client is an application for digitally signing and encrypting documents; the software includes functionality to manage Estonian ID-card - change pin codes, update certificates etc."
arch=('x86_64' 'i686')
url="http://www.id.ee/"
license=('LGPL2.1')
-depends=('libdigidocpp>=3.14.4' 'opensc' 'pcsclite' 'qt5-svg' 'hicolor-icon-theme')
+depends=('libdigidocpp>=3.14.5' 'opensc' 'pcsclite' 'qt5-svg' 'hicolor-icon-theme')
makedepends=('cmake' 'qt5-tools' 'qt5-translations' 'git')
optdepends=('ccid: smart card support')
source=("$pkgname-$pkgver::git+https://github.com/open-eid/DigiDoc4-Client.git?signed#tag=$_rls_tag"
@@ -30,6 +30,8 @@ prepare() {
git config submodule.common.url $srcdir/open-eid-common
git config submodule.extensions.url $srcdir/open-eid-extensions
git submodule update
+ # https://github.com/open-eid/DigiDoc4-Client/issues/912
+ git cherry-pick eac49c04eec64b407996577bfafcb786b7ef47d0
}
build() {