summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNarrat2017-06-28 22:27:32 +0200
committerNarrat2017-06-28 22:27:32 +0200
commit967519473b4c97d8c6cf5fd32d0108637832dfac (patch)
treec67508a4a4fc65ba1da9129fc24c095ab219a95f
parent3acc743bf440f9608996f79f5174a9232a835323 (diff)
downloadaur-967519473b4c97d8c6cf5fd32d0108637832dfac.tar.gz
canto-curses: use HTTPS for upstream url
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4bf3761496e7..1b0eb40a4fd5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = canto-curses
pkgdesc = ncurses user interface for canto-daemon
pkgver = 0.9.8
pkgrel = 1
- url = http://codezen.org/canto-ng/
+ url = https://codezen.org/canto-ng/
arch = i686
arch = x86_64
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index 76940f8f7986..0f4d8075e3f6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=canto-curses
pkgver=0.9.8
pkgrel=1
pkgdesc="ncurses user interface for canto-daemon"
-url="http://codezen.org/canto-ng/"
+url="https://codezen.org/canto-ng/"
license=("GPL")
arch=('i686' 'x86_64')
depends=('ncurses' 'readline' 'canto-daemon>=0.9.2')