summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorWilliam Gathoye2017-01-30 21:40:50 +0100
committerWilliam Gathoye2017-01-30 21:40:50 +0100
commit56cfbee06366b08c5bf0e12e0a09bef8ce6c64c7 (patch)
treeeb74ab2c8f5e6c8f14a72c8c2425191e66f5e36f /PKGBUILD
parentbaac9b624415c9bc68e6973585f19ff3b34843f0 (diff)
downloadaur-eid-viewer.tar.gz
Build server is down. Switch to non https links, disable GPG check.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD20
1 files changed, 11 insertions, 9 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6bd2cd027b5b..d5e08d670391 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
# Contributor: Valère Monseur <valere dot monseur at ymail·com>
pkgname=eid-viewer
-pkgver=4.1.20
-pkgrel=1
+pkgver=4.1.18
+pkgrel=2
pkgdesc="eID-Viewer is a graphical interface to the Belgian Electronic Identity Card"
arch=('i686' 'x86_64')
@@ -16,18 +16,20 @@ depends=('java-runtime' 'gsettings-desktop-schemas' 'eid-mw')
install=${pkgname}.install
+# Do not try to have spaces or actually anything that is known to break parsing.
+# https://goo.gl/fqwbSi
+DLAGENTS=("http::/usr/bin/curl -A 'ArchLinux' -fLC - --retry 3 --retry-delay 3 -o %o %u")
source=(
- "https://dist.eid.belgium.be/continuous/sources/$pkgname-$pkgver-v$pkgver.src.tar.gz"
- "https://dist.eid.belgium.be/continuous/sources/$pkgname-$pkgver-v$pkgver.src.tar.gz.asc"
+ "http://eid.belgium.be/sites/default/files/downloads/$pkgname-$pkgver-v$pkgver.src.tar.gz"
)
sha512sums=(
- b3fb38ce7c98720c0c51cc4d3411c223ed41f31c81a9f71efa2dc943d87151dbf03ab2b3b3d7d3e9f61d9c296c18176dea5e976e33f6bf4f1338c533a7f05536
- d4bd694f0a934cc6b869b559abd6841417579bd591e3db0c1d951b2685d06d45e0a09c3882d57b0922519e3dff332c18e291defbceabdd1c986cde992576b15b
+ a07750be8d2d073a44aa4b4d37ac2b62f3c453f3963feb10a7eca22030f6cc18e845de111292defe9ee4fba78cf378ee03ecf01c5f7b436d300b315973099712
)
-validpgpkeys=(
- D95426E309C0492990D8E8E2824A5E0010A04D46 # Belgian eID Automatic Signing Key (continuous builds)
-)
+# There is no .asc signature file on the server.
+# validpgpkeys=(
+# D95426E309C0492990D8E8E2824A5E0010A04D46 # Belgian eID Automatic Signing Key (continuous builds)
+# )
build() {
cd "$pkgname-$pkgver"