[arch-commits] Commit in zshdb/trunk (PKGBUILD)

Lukas Fleischer lfleischer at archlinux.org
Sat Feb 25 10:29:41 UTC 2017


    Date: Saturday, February 25, 2017 @ 10:29:41
  Author: lfleischer
Revision: 213761

zshdb: Switch to HTTPs sources

Modified:
  zshdb/trunk/PKGBUILD

----------+
 PKGBUILD |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-02-25 10:29:03 UTC (rev 213760)
+++ PKGBUILD	2017-02-25 10:29:41 UTC (rev 213761)
@@ -1,4 +1,3 @@
-# $Id$
 # Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
 # Contributor: noonov <noonov at gmail.com>
 
@@ -11,7 +10,7 @@
 license=('GPL')
 depends=('zsh')
 optdepends=('python-pygments: for syntax highlighting')
-source=("http://downloads.sourceforge.net/sourceforge/bashdb/${pkgname}-${pkgver}.tar.gz")
+source=("https://downloads.sourceforge.net/sourceforge/bashdb/${pkgname}-${pkgver}.tar.gz")
 md5sums=('f43c2a4bd7683b0977d35aae86bdc55d')
 
 build() {



More information about the arch-commits mailing list