summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aa418f4d7c61..1d813084d5e9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,17 @@
pkgbase = chrome-token-signing
pkgdesc = Estonian ID Card signing for Chrome. Chrome extension and native messaging client.
pkgver = 1.0.6.485
- pkgrel = 3
+ pkgrel = 5
epoch = 1
url = http://www.id.ee/
arch = x86_64
arch = i686
license = LGPL2.1
makedepends = lsb-release
- depends = qt5-base
+ depends = qt5-base>=5.10.0
depends = pcsclite
depends = ccid
source = https://installer.id.ee/media/ubuntu/pool/main/c/chrome-token-signing/chrome-token-signing_1.0.6.485.orig.tar.xz
- validpgpkeys = 43650273CE9516880D7EB581B339B36D592073D4
sha256sums = cdbaf49fe7e6076318a2770513542453ea04859168b5b03b11a43acb263ad39b
pkgname = chrome-token-signing
diff --git a/PKGBUILD b/PKGBUILD
index e3c21158896a..291c08fea533 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,21 +1,19 @@
# Maintainer: kevku <kevku@gmx.com>
pkgname=chrome-token-signing
pkgver=1.0.6.485
-pkgrel=3
+pkgrel=5
epoch=1
pkgdesc="Estonian ID Card signing for Chrome. Chrome extension and native messaging client."
arch=('x86_64' 'i686')
url="http://www.id.ee/"
license=('LGPL2.1')
-depends=('qt5-base' 'pcsclite' 'ccid')
+depends=('qt5-base>=5.10.0' 'pcsclite' 'ccid')
makedepends=('lsb-release')
source=("https://installer.id.ee/media/ubuntu/pool/main/c/$pkgname/${pkgname}_$pkgver.orig.tar.xz")
sha256sums=('cdbaf49fe7e6076318a2770513542453ea04859168b5b03b11a43acb263ad39b')
-validpgpkeys=('43650273CE9516880D7EB581B339B36D592073D4')
build() {
cd "$srcdir/"
- export PKG_CONFIG_PATH=/usr/lib/openssl-1.0/pkgconfig
make -f GNUmakefile Linux
}