summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortrizen2017-10-25 21:23:50 +0300
committertrizen2017-10-25 21:23:50 +0300
commit4b70aef45c23e00dfa1578b7e815e0747a084bc1 (patch)
treeeffcc3dda8417e692a0532f2afece264cefd530f
parent134da802a6fc37751eca80bbee3cae746b8c1b1a (diff)
downloadaur-4b70aef45c23e00dfa1578b7e815e0747a084bc1.tar.gz
- Switched to `https` from `http`.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
-rw-r--r--readme.install4
3 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e664f61d5ae1..79b5e29e8bfd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
# Generated by mksrcinfo v8
-# Wed Jun 7 11:39:14 UTC 2017
+# Wed Oct 25 18:23:42 UTC 2017
pkgbase = clyrics
pkgdesc = An extensible lyrics fetcher, with daemon support for cmus and mocp.
pkgver = 0.08
pkgrel = 1
- url = http://github.com/trizen/clyrics
+ url = https://github.com/trizen/clyrics
install = readme.install
arch = any
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index ab50aed68328..f9243cee3184 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgver=0.08
pkgrel=1
pkgdesc="An extensible lyrics fetcher, with daemon support for cmus and mocp."
-url="http://github.com/trizen/clyrics"
+url="https://github.com/trizen/clyrics"
arch=('any')
license=('GPL3')
diff --git a/readme.install b/readme.install
index 12a4e4899816..020e808d3073 100644
--- a/readme.install
+++ b/readme.install
@@ -1,6 +1,6 @@
post_install() {
- echo -e "\n** Link the plugins to your: ~/.config/clyrics"
- echo -e "** They can be found in: /usr/share/clyrics\n"
+ echo -e "\n[*] Link the plugins to your: ~/.config/clyrics"
+ echo -e "[*] They can be found in: /usr/share/clyrics\n"
}
post_upgrade() {