summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkevku2021-06-15 10:25:15 +0300
committerkevku2021-06-15 10:25:15 +0300
commitd7dcbea55caee7cb3b1aa0e3d025a2233e4427d7 (patch)
tree7e35681c1ae9dcde2175b4970b97bb239d634afa
parent8ee932574db24edf1032158be329deaa597c6cf1 (diff)
downloadaur-d7dcbea55caee7cb3b1aa0e3d025a2233e4427d7.tar.gz
1.0.0.511
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 30b613e761f8..5958cfd1a12e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = web-eid
pkgdesc = Web eID browser extension for chromium and native application
- pkgver = 1.0.0.354
+ pkgver = 1.0.0.511
pkgrel = 1
url = https://web-eid.eu/
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = web-eid
makedepends = gmock
depends = qt5-base
depends = pcsclite
- source = web-eid::git+https://github.com/web-eid/web-eid-app.git#tag=1.0.0-rc1
+ source = web-eid::git+https://github.com/web-eid/web-eid-app.git?signed#tag=1.0.0-rc2
source = web-eid-libelectronic-id::git+https://github.com/web-eid/libelectronic-id.git
source = web-eid-libpcsc-cpp::git+https://github.com/web-eid/libpcsc-cpp.git
source = web-eid-libpcsc-mock::git+https://github.com/web-eid/libpcsc-mock.git
@@ -22,4 +22,3 @@ pkgbase = web-eid
sha256sums = SKIP
pkgname = web-eid
-
diff --git a/PKGBUILD b/PKGBUILD
index 7a2e9fd54f90..cb4d95b97062 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: kevku <kevku@gmx.com>
pkgname=web-eid
-pkgver=1.0.0.354
-_rls_tag=1.0.0-rc1
+pkgver=1.0.0.511
+_rls_tag=1.0.0-rc2
pkgrel=1
pkgdesc="Web eID browser extension for chromium and native application"
arch=('x86_64')
@@ -9,7 +9,7 @@ url="https://web-eid.eu/"
license=('MIT')
depends=('qt5-base' 'pcsclite')
makedepends=('git' 'qt5-tools' 'gtest' 'gmock')
-source=("$pkgname::git+https://github.com/web-eid/web-eid-app.git#tag=$_rls_tag"
+source=("$pkgname::git+https://github.com/web-eid/web-eid-app.git?signed#tag=$_rls_tag"
"web-eid-libelectronic-id::git+https://github.com/web-eid/libelectronic-id.git"
"web-eid-libpcsc-cpp::git+https://github.com/web-eid/libpcsc-cpp.git"
"web-eid-libpcsc-mock::git+https://github.com/web-eid/libpcsc-mock.git")