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

Lukas Fleischer lfleischer at archlinux.org
Sat Feb 25 10:20:09 UTC 2017


    Date: Saturday, February 25, 2017 @ 10:20:08
  Author: lfleischer
Revision: 213752

nickle: Switch to HTTPs sources

Modified:
  nickle/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-02-25 10:19:21 UTC (rev 213751)
+++ PKGBUILD	2017-02-25 10:20:08 UTC (rev 213752)
@@ -9,7 +9,7 @@
 url="http://nickle.org"
 license=('custom')
 depends=('readline')
-source=(http://nickle.org/release/${pkgname}-${pkgver}.tar.gz)
+source=("https://nickle.org/release/${pkgname}-${pkgver}.tar.gz")
 md5sums=('fbb77ad1c6f80a9a67ae28a2a678ed67')
 
 build() {



More information about the arch-commits mailing list