[arch-commits] Commit in xlockmore (repos/community-x86_64/PKGBUILD trunk/PKGBUILD)

Eli Schwartz eschwartz at archlinux.org
Thu Jan 4 16:58:25 UTC 2018


    Date: Thursday, January 4, 2018 @ 16:58:24
  Author: eschwartz
Revision: 278662

Properly fix upstream sources blacklisting curl explicitly

Set a --user-agent on the standard DLAGENT instead of relying on programs that may not be installed

Modified:
  xlockmore/repos/community-x86_64/PKGBUILD
  xlockmore/trunk/PKGBUILD

---------------------------------+
 repos/community-x86_64/PKGBUILD |    1 +
 trunk/PKGBUILD                  |    1 +
 2 files changed, 2 insertions(+)

Modified: repos/community-x86_64/PKGBUILD
===================================================================
--- repos/community-x86_64/PKGBUILD	2018-01-04 16:13:23 UTC (rev 278661)
+++ repos/community-x86_64/PKGBUILD	2018-01-04 16:58:24 UTC (rev 278662)
@@ -15,6 +15,7 @@
 options=('!makeflags')
 install=xlockmore.install
 validpgpkeys=('1B79C8478F236DCDADC0D6ACCF159707377919AE')
+DLAGENTS=('http::/usr/bin/curl --user-agent Firefox -fLC - --retry 3 --retry-delay 3 -o %o %u')
 source=(http://sillycycle.com/xlock/xlockmore-$pkgver.tar.xz{,.asc}
 	LICENSE)
 sha256sums=('d4f1fa5b19efc20262d77207636aa54fc66ba40aa867119f03a15981b3396ef8'

Modified: trunk/PKGBUILD
===================================================================
--- trunk/PKGBUILD	2018-01-04 16:13:23 UTC (rev 278661)
+++ trunk/PKGBUILD	2018-01-04 16:58:24 UTC (rev 278662)
@@ -15,6 +15,7 @@
 options=('!makeflags')
 install=xlockmore.install
 validpgpkeys=('1B79C8478F236DCDADC0D6ACCF159707377919AE')
+DLAGENTS=('http::/usr/bin/curl --user-agent Firefox -fLC - --retry 3 --retry-delay 3 -o %o %u')
 source=(http://sillycycle.com/xlock/xlockmore-$pkgver.tar.xz{,.asc}
 	LICENSE)
 sha256sums=('d4f1fa5b19efc20262d77207636aa54fc66ba40aa867119f03a15981b3396ef8'



More information about the arch-commits mailing list