aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavel Djundik2018-10-13 19:23:23 +0300
committerGitHub2018-10-13 19:23:23 +0300
commit611eda46b327df8bd3f3408f5726851eadaec4c8 (patch)
tree566b8d858302ffb8c3bf33b8491205958bf4f95c
parent0c3816843f3a05487e0789892643166d9adb1e9f (diff)
downloadaur-611eda46b327df8bd3f3408f5726851eadaec4c8.tar.gz
Update PKGBUILD
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 80f8ac988d04..fbae20352480 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@ pkgname='thelounge'
_npmname='thelounge'
pkgver=2.7.1
pkgrel=1
-pkgdesc="Web-based IRC client - Official community fork of Shout"
-url='https://thelounge.github.io/'
+pkgdesc="Modern self-hosted web IRC client"
+url='https://thelounge.chat/'
arch=('any')
license=('MIT')
depends=('nodejs')
@@ -12,7 +12,7 @@ makedepends=('npm')
install=install
backup=('etc/thelounge/config.js')
source=(
- "http://registry.npmjs.org/$_npmname/-/$_npmname-$pkgver.tgz"
+ "https://registry.npmjs.org/$_npmname/-/$_npmname-$pkgver.tgz"
"system.service"
"user.service"
)