aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 054e382bc961..3304d677d14b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = eobcanka
pkgdesc = eObcanka software for Czech Citizen Portal
- pkgver = 3.4.0
+ pkgver = 3.4.1
pkgrel = 1
url = https://info.identitaobcana.cz
arch = i686
@@ -17,6 +17,6 @@ pkgbase = eobcanka
optdepends = opensc: Tools and libraries for smart cards
options = !strip
source = https://info.identitaobcana.cz/Download/eObcanka.deb
- sha1sums = 142e5a7965a1e84279e3cb4b77d18cece27353b4
+ sha1sums = fdf96fee7cb5ee84ef5dbdad1b2ec2c5c0b5eb47
pkgname = eobcanka
diff --git a/PKGBUILD b/PKGBUILD
index 020512c49f05..cab264008b58 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Cyrusmg <aur@kulovany.net>
pkgname=eobcanka
-pkgver=3.4.0
+pkgver=3.4.1
pkgrel=1
pkgdesc="eObcanka software for Czech Citizen Portal"
arch=('i686' 'x86_64' 'mips64el' 'armv6h' 'armv7h' 'arm' 'aarch64')
@@ -23,6 +23,6 @@ post_install ()
echo "If your reader is not being recognized, run systemctl start pcscd.socket and pcscd.service"
}
-sha1sums=('142e5a7965a1e84279e3cb4b77d18cece27353b4')
+sha1sums=('fdf96fee7cb5ee84ef5dbdad1b2ec2c5c0b5eb47')
# vim:set ts=2 sw=2 et: