aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxime Poulin2017-02-01 16:02:31 -0500
committerMaxime Poulin2017-02-01 16:02:31 -0500
commit6bedaa367e201aad0984a006f92c3e94a2849145 (patch)
tree8c17ea058ba1361603f53d6991a488643c05ca1a
parent7f023d899b4ad8e1652d67dbce673ff0d364ebca (diff)
downloadaur-6bedaa367e201aad0984a006f92c3e94a2849145.tar.gz
Update to 2.2.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD5
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9aca1b8f68d6..e110d00e0675 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# dim nov 20 19:41:53 UTC 2016
+# mer fév 1 21:02:27 UTC 2017
pkgbase = thelounge
pkgdesc = Web-based IRC client - Official community fork of Shout
- pkgver = 2.1.0
+ pkgver = 2.2.0
pkgrel = 1
url = https://thelounge.github.io/
install = install
@@ -10,12 +10,12 @@ pkgbase = thelounge
license = MIT
makedepends = npm
depends = nodejs
- noextract = thelounge-2.1.0.tgz
+ noextract = thelounge-2.2.0.tgz
backup = etc/thelounge/config.js
- source = http://registry.npmjs.org/thelounge/-/thelounge-2.1.0.tgz
+ source = http://registry.npmjs.org/thelounge/-/thelounge-2.2.0.tgz
source = system.service
source = user.service
- sha256sums = 19f243fc32dc4762caf933b29feeab6edea332764304dbc2f4a22bcc460a5e2b
+ sha256sums = 3bed7b08d045fff2527276589d3c95d46627f9b5915eaeaf59dd13b117323828
sha256sums = SKIP
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 6cd058e69ca2..11e3288cbe70 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Maxime Poulin <maxpoulin64@gmail.com>
pkgname='thelounge'
_npmname='thelounge'
-pkgver=2.1.0
+pkgver=2.2.0
pkgrel=1
pkgdesc="Web-based IRC client - Official community fork of Shout"
url='https://thelounge.github.io/'
@@ -18,13 +18,14 @@ source=(
)
noextract=("$_npmname-$pkgver.tgz")
sha256sums=(
- '19f243fc32dc4762caf933b29feeab6edea332764304dbc2f4a22bcc460a5e2b'
+ '3bed7b08d045fff2527276589d3c95d46627f9b5915eaeaf59dd13b117323828'
'SKIP'
'SKIP'
)
package() {
local _etc="$pkgdir/etc/$pkgname"
+ export NODE_ENV=production
npm install -g --prefix "$pkgdir/usr" "$srcdir/$_npmname-$pkgver.tgz"