diff options
author | Maxime Poulin | 2016-02-12 18:03:54 -0500 |
---|---|---|
committer | Maxime Poulin | 2016-02-12 18:03:54 -0500 |
commit | 371c2d090c357fdb7e90278c96ee3dc96b801adf (patch) | |
tree | f4d2888fbb4c9c8aedcd6bc2602a2f01167da1d6 | |
parent | 72ce7c1c277a83f6b6d07170e4cf9a674aedcb82 (diff) | |
download | aur-371c2d090c357fdb7e90278c96ee3dc96b801adf.tar.gz |
Fix typo
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,10 +1,10 @@ # Generated by mksrcinfo v8 -# ven fév 12 22:51:11 UTC 2016 +# ven fév 12 23:03:49 UTC 2016 pkgbase = thelounge - pkgdesc = Web-based IRC client - Official community for of Shout + pkgdesc = Web-based IRC client - Official community fork of Shout pkgver = 1.0.0 pkgrel = 1 - url = https://thelounge.github.io// + url = https://thelounge.github.io/ install = install arch = any license = MIT @@ -3,8 +3,8 @@ pkgname='thelounge' _npmname='thelounge' pkgver=1.0.0 pkgrel=1 -pkgdesc="Web-based IRC client - Official community for of Shout" -url='https://thelounge.github.io//' +pkgdesc="Web-based IRC client - Official community fork of Shout" +url='https://thelounge.github.io/' arch=('any') license=('MIT') depends=('nodejs') |