[testing] chakra-common: fixing wrong url's in install file

This commit is contained in:
Francesco Marinucci 2018-11-29 15:05:15 +01:00
parent 64ee6c63c4
commit 40aef04b5f
2 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,7 @@
pkgname=chakra-common pkgname=chakra-common
arch=('x86_64') arch=('x86_64')
pkgver=18.08.3 pkgver=18.08.3
pkgrel=4 pkgrel=5
pkgdesc="Common configuration files, scripts and artwork" pkgdesc="Common configuration files, scripts and artwork"
url="http://chakralinux.org" url="http://chakralinux.org"
license=('GPL' 'BSD') license=('GPL' 'BSD')

View File

@ -7,11 +7,11 @@ post_install() {
echo " Configuration directory: ~/.config" echo " Configuration directory: ~/.config"
echo " Update configurations: /etc/chakra/updates.conf" echo " Update configurations: /etc/chakra/updates.conf"
echo " " echo " "
echo " Website: https://chakralinux.org" echo " Website: https://www.chakralinux.org"
echo " News: https://community.chakralinux.org/c/news" echo " News: https://community.chakralinux.org/c/news"
echo " Forum: https://community.chakralinux.org" echo " Forum: https://community.chakralinux.org"
echo " Bugtracker: https://code.chakralinux.org/groups/packages/-/issues" echo " Bugtracker: https://code.chakralinux.org/groups/chakra/packages/-/issues"
echo " CCR: https://chakralinux.org/ccr/" echo " CCR: https://ccr.chakralinux.org/"
echo " Changelogs: https://community.chakralinux.org/tags/release" echo " Changelogs: https://community.chakralinux.org/tags/release"
echo " " echo " "
} }