aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCyrusmg2021-12-14 21:45:14 +0000
committerCyrusmg2021-12-14 21:47:36 +0000
commit0af78c2ce71fd15e2dadf38e4513d6301fa213c3 (patch)
treee3e707466b00d20449055d2d0fb22db595db17b6
parent6950720355d82f40ab1caf3fd6a6f162ef2030c5 (diff)
downloadaur-0af78c2ce71fd15e2dadf38e4513d6301fa213c3.tar.gz
Change upstream url, see below for reasons
1) https://www.szrcr.cz/cs/archiv-novinek/e-identita/267-eidentita-cz-se-zm%C4%9Bnila-na-identitu-ob%C4%8Dana 2) curl -v https://info.eidentita.cz/download/eObcanka.deb now redirects to http://info.identitaobcana.cz/download/eObcanka.deb (with insecure protocol) Thanks Pavel for letting me know.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9d5bb2ca5781..17724387abe6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = eobcanka
pkgdesc = eObcanka software for Czech Citizen Portal
pkgver = 3.2.0
pkgrel = 1
- url = https://info.eidentita.cz
+ url = https://info.identitaobcana.cz
arch = i686
arch = x86_64
arch = mips64el
@@ -16,7 +16,7 @@ pkgbase = eobcanka
optdepends = ccid: Smart Card Interface Devices driver
optdepends = opensc: Tools and libraries for smart cards
options = !strip
- source = https://info.eidentita.cz/download/eObcanka.deb
+ source = https://info.identitaobcana.cz/Download/eObcanka.deb
sha1sums = f33fd4cbe713612cf78ac894f483d4e44be45a63
pkgname = eobcanka
diff --git a/PKGBUILD b/PKGBUILD
index 87e6f3de9cfd..22bb8a72a573 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,13 @@ pkgver=3.2.0
pkgrel=1
pkgdesc="eObcanka software for Czech Citizen Portal"
arch=('i686' 'x86_64' 'mips64el' 'armv6h' 'armv7h' 'arm' 'aarch64')
-url="https://info.eidentita.cz"
+url="https://info.identitaobcana.cz"
license=('GPL')
depends=('pacman>=5.2'
'pcsclite')
optdepends=('ccid: Smart Card Interface Devices driver'
'opensc: Tools and libraries for smart cards')
-source=(https://info.eidentita.cz/download/eObcanka.deb)
+source=(https://info.identitaobcana.cz/Download/eObcanka.deb)
options=('!strip')
package ()