aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMaxime Poulin2017-02-01 16:02:31 -0500
committerMaxime Poulin2017-02-01 16:02:31 -0500
commit6bedaa367e201aad0984a006f92c3e94a2849145 (patch)
tree8c17ea058ba1361603f53d6991a488643c05ca1a /PKGBUILD
parent7f023d899b4ad8e1652d67dbce673ff0d364ebca (diff)
downloadaur-6bedaa367e201aad0984a006f92c3e94a2849145.tar.gz
Update to 2.2.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
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"