summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGabriel Saillard2020-02-01 16:35:29 +0100
committerGabriel Saillard2020-02-01 16:35:29 +0100
commit372d4dfd7e39dffaa1f7b1fc1af27ae4d5a18abd (patch)
tree90f3b2c68ddfe44963803f62ca04d48d392d04f3 /PKGBUILD
parent6f60671fe8e3cd0833e1f35d4c8ba3475c359457 (diff)
downloadaur-372d4dfd7e39dffaa1f7b1fc1af27ae4d5a18abd.tar.gz
Fix makedepends: require nodejs-dubnium
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9dbfe8c0abc3..65dcd04e6a40 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Lucas Malandrino <lucas.malandrino@gmail.com>
-# Co-maintainer & author of the original software: Gabriel "Squared" Saillard <squared@codebrew.fr>
+# Co-maintainer & author of the original software: Gabriel "Squared" Saillard <gabriel@saillard.dev>
pkgname='edex-ui'
pkgver=2.2.2
-pkgrel=1
+pkgrel=2
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'
@@ -10,7 +10,7 @@ license=('GPL3')
depends=('gtk3'
'libxss'
'nss')
-makedepends=('npm'
+makedepends=('nodejs-lts-dubnium'
'rsync')
provides=('edex-ui')
install="edex-ui.install"