summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkevku2021-07-08 11:21:30 +0300
committerkevku2021-07-08 11:21:30 +0300
commite0e998ebec520be64ef63b4bc4a7cfcfe72ee683 (patch)
tree8d6970844b41a06e970d52bfe2b30fab8e71d94e
parentd7dcbea55caee7cb3b1aa0e3d025a2233e4427d7 (diff)
downloadaur-e0e998ebec520be64ef63b4bc4a7cfcfe72ee683.tar.gz
1.0.0.512
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5958cfd1a12e..53c5141dc2f6 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.511
+ pkgver = 1.0.0.512
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?signed#tag=1.0.0-rc2
+ source = web-eid::git+https://github.com/web-eid/web-eid-app.git?signed#tag=1.0.0
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
diff --git a/PKGBUILD b/PKGBUILD
index cb4d95b97062..3ed6220ce4cf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: kevku <kevku@gmx.com>
pkgname=web-eid
-pkgver=1.0.0.511
-_rls_tag=1.0.0-rc2
+pkgver=1.0.0.512
+_rls_tag=1.0.0
pkgrel=1
pkgdesc="Web eID browser extension for chromium and native application"
arch=('x86_64')
@@ -15,7 +15,7 @@ source=("$pkgname::git+https://github.com/web-eid/web-eid-app.git?signed#tag=$_r
"web-eid-libpcsc-mock::git+https://github.com/web-eid/libpcsc-mock.git")
sha256sums=("SKIP" "SKIP" "SKIP" "SKIP")
validpgpkeys=(
- '1282B0F8809D0DC632C85A3F86B611CE24492160' # Mart Somermaa
+ '1282B0F8809D0DC632C85A3F86B611CE24492160' # Mart Somermaa https://github.com/mrts.gpg
)
prepare() {