[arch-commits] Commit in grml-zsh-config/trunk (PKGBUILD)

Pierre Schmitz pierre at archlinux.org
Sun Aug 6 06:34:56 UTC 2017


    Date: Sunday, August 6, 2017 @ 06:34:55
  Author: pierre
Revision: 301697

Use HTTPS urls

Modified:
  grml-zsh-config/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-08-06 06:32:00 UTC (rev 301696)
+++ PKGBUILD	2017-08-06 06:34:55 UTC (rev 301697)
@@ -6,12 +6,12 @@
 pkgrel=1
 pkgdesc="grml's zsh setup"
 arch=('any')
-url='http://grml.org/zsh/'
+url='https://grml.org/zsh/'
 license=('GPL2')
 provides=('grmlzshrc')
 depends=('zsh' 'coreutils' 'inetutils' 'grep' 'sed' 'procps')
 makedepends=('txt2tags')
-source=("http://deb.grml.org/pool/main/g/grml-etc-core/grml-etc-core_${pkgver}.tar.gz")
+source=("https://deb.grml.org/pool/main/g/grml-etc-core/grml-etc-core_${pkgver}.tar.gz")
 sha256sums=('ebf00b10ced86c048c2a3455d9e507cfe88ad97ae5889318856c80d567e1d4f3')
 
 build() {



More information about the arch-commits mailing list