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

Eli Schwartz eschwartz at archlinux.org
Fri Feb 2 06:11:38 UTC 2018


    Date: Friday, February 2, 2018 @ 06:11:37
  Author: eschwartz
Revision: 288531

Fix failing download due to domain redirection

Upstream website has a 301 redirect on all pages in the www subdomain to
https://taskwarrior.org which is obviously wrong as all download links now
download an HTML file *while reporting success*.

Upgrade to HTTPS in the process.

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

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

Modified: repos/community-x86_64/PKGBUILD
===================================================================
--- repos/community-x86_64/PKGBUILD	2018-02-01 23:33:43 UTC (rev 288530)
+++ repos/community-x86_64/PKGBUILD	2018-02-02 06:11:37 UTC (rev 288531)
@@ -15,7 +15,7 @@
 depends=('util-linux' 'gnutls')
 makedepends=('cmake')
 optdepends=('bash-completion: for bash completion' 'python: for python export addon' 'ruby: for ruby export addon' 'perl: for perl export addon' 'perl-json: for perl export addon')
-source=("http://www.taskwarrior.org/download/$pkgname-$pkgver.tar.gz")
+source=("https://taskwarrior.org/download/$pkgname-$pkgver.tar.gz")
 sha256sums=('d87bcee58106eb8a79b850e9abc153d98b79e00d50eade0d63917154984f2a15')
 
 build() {

Modified: trunk/PKGBUILD
===================================================================
--- trunk/PKGBUILD	2018-02-01 23:33:43 UTC (rev 288530)
+++ trunk/PKGBUILD	2018-02-02 06:11:37 UTC (rev 288531)
@@ -10,12 +10,12 @@
 pkgrel=1
 pkgdesc="A command-line todo list manager"
 arch=('x86_64')
-url="http://taskwarrior.org/"
+url="https://taskwarrior.org/"
 license=('MIT')
 depends=('util-linux' 'gnutls')
 makedepends=('cmake')
 optdepends=('bash-completion: for bash completion' 'python: for python export addon' 'ruby: for ruby export addon' 'perl: for perl export addon' 'perl-json: for perl export addon')
-source=("http://www.taskwarrior.org/download/$pkgname-$pkgver.tar.gz")
+source=("https://taskwarrior.org/download/$pkgname-$pkgver.tar.gz")
 sha256sums=('d87bcee58106eb8a79b850e9abc153d98b79e00d50eade0d63917154984f2a15')
 
 build() {



More information about the arch-commits mailing list