aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMaxime Poulin2018-02-05 17:12:38 -0500
committerMaxime Poulin2018-02-05 17:12:38 -0500
commit9ab693a7e2614c793f61607fee27605ec65936b5 (patch)
tree3d13bc134bdeb7d18459b9c0c52d7ee147d04023 /PKGBUILD
parent14959bb10a266878966b954fe6388c6b5b85f0f1 (diff)
downloadaur-9ab693a7e2614c793f61607fee27605ec65936b5.tar.gz
Update for deprecated features
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3335a020966f..b71ffb6c3049 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='thelounge'
_npmname='thelounge'
pkgver=2.7.0
-pkgrel=1
+pkgrel=2
pkgdesc="Web-based IRC client - Official community fork of Shout"
url='https://thelounge.github.io/'
arch=('any')
@@ -29,7 +29,7 @@ package() {
npm install -g --prefix "$pkgdir/usr" "$srcdir/$_npmname-$pkgver.tgz"
- echo "/etc/thelounge" > "$pkgdir/usr/lib/node_modules/$_npmname/.lounge_home"
+ echo "/etc/thelounge" > "$pkgdir/usr/lib/node_modules/$_npmname/.thelounge_home"
install -dm700 "$_etc" "$_etc/users"
install -Dm600 \