aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxime Poulin2018-02-05 17:12:38 -0500
committerMaxime Poulin2018-02-05 17:12:38 -0500
commit9ab693a7e2614c793f61607fee27605ec65936b5 (patch)
tree3d13bc134bdeb7d18459b9c0c52d7ee147d04023
parent14959bb10a266878966b954fe6388c6b5b85f0f1 (diff)
downloadaur-9ab693a7e2614c793f61607fee27605ec65936b5.tar.gz
Update for deprecated features
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
-rw-r--r--system.service2
-rw-r--r--user.service2
4 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f3c6ae174a47..df6094258393 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = thelounge
pkgdesc = Web-based IRC client - Official community fork of Shout
pkgver = 2.7.0
- pkgrel = 1
+ pkgrel = 2
url = https://thelounge.github.io/
install = install
arch = any
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 \
diff --git a/system.service b/system.service
index 3f019ffe9a4f..7332d3563e72 100644
--- a/system.service
+++ b/system.service
@@ -7,7 +7,7 @@ User=thelounge
Group=thelounge
Type=simple
Environment=THELOUNGE_HOME=/etc/thelounge
-ExecStart=/usr/bin/lounge start
+ExecStart=/usr/bin/thelounge start
ProtectSystem=yes
ProtectHome=yes
NoNewPrivileges=yes
diff --git a/user.service b/user.service
index 55c358bf0b8b..adad5ee08f5f 100644
--- a/user.service
+++ b/user.service
@@ -3,7 +3,7 @@ Description=The Lounge IRC client
[Service]
Type=simple
-ExecStart=/usr/bin/lounge start
+ExecStart=/usr/bin/thelounge start
[Install]
WantedBy=default.target