summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 65dcd04e6a40..a62d53e219bd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Co-maintainer & author of the original software: Gabriel "Squared" Saillard <gabriel@saillard.dev>
pkgname='edex-ui'
pkgver=2.2.2
-pkgrel=2
+pkgrel=3
pkgdesc="A cross-platform, customizable science fiction terminal emulator with advanced monitoring & touchscreen support."
arch=('i686' 'x86_64' 'armv7h' 'aarch64')
url='https://github.com/GitSquared/edex-ui'
@@ -11,6 +11,7 @@ depends=('gtk3'
'libxss'
'nss')
makedepends=('nodejs-lts-dubnium'
+ 'npm'
'rsync')
provides=('edex-ui')
install="edex-ui.install"