summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSonny Piers2017-03-04 21:20:52 +0100
committerSonny Piers2017-03-04 21:20:52 +0100
commit7207da399d74b6023811102e9115e7bee1d880a5 (patch)
tree5411b06141068b329273ee375eaa08e914b287c6 /PKGBUILD
parent817467cf29d70e54e120ea6e7477cfa17c75501a (diff)
downloadaur-xmpp-console-git.tar.gz
better description
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 80afeb2e8691..938babeb5d6f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
_pkgname=xmpp-console
pkgname="$_pkgname-git"
-pkgver=r2130.db9eb0d
+pkgver=r2132.bb925ff
pkgrel=1
-pkgdesc='XMPP console'
+pkgdesc='XMPP terminal and Web console'
arch=('any')
url='https://github.com/node-xmpp/node-xmpp/tree/master/packages/console'
license=('ISC')
@@ -22,7 +22,7 @@ pkgver() {
build() {
cd "$_pkgname"
- yarn
+ make
cd packages/console/
make
}