summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGabriel Saillard2020-11-27 16:06:22 +0100
committerGabriel Saillard2020-11-27 16:06:22 +0100
commit872950c15ec8112823c4e1d151429289d5a19381 (patch)
tree91fe90c14a6bfa2eed6612a7bee068d0f3c549f5 /PKGBUILD
parent1fa77eea23fda64e347844000490d7b726a67f51 (diff)
downloadaur-872950c15ec8112823c4e1d151429289d5a19381.tar.gz
release v2.2.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e13764a69162..4a4759ff2a1d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,23 +1,23 @@
# Maintainer: Lucas Malandrino <lucas.malandrino@gmail.com>
-# Co-maintainer & author of the original software: Gabriel "Squared" Saillard <gabriel@saillard.dev>
+# Co-maintainer & author of the original software: Gabriel Saillard <gabriel@saillard.dev>
pkgname='edex-ui'
-pkgver=2.2.2
-pkgrel=4
+pkgver=2.2.3
+pkgrel=1
pkgdesc="A cross-platform, customizable science fiction terminal emulator with advanced monitoring & touchscreen support."
-arch=('i686' 'x86_64' 'armv7h' 'aarch64')
+arch=('i686' 'x86_64' 'aarch64')
url='https://github.com/GitSquared/edex-ui'
license=('GPL3')
depends=('gtk3'
'libxss'
'nss')
-makedepends=('nodejs-lts-dubnium'
+makedepends=('nodejs-lts-erbium'
'npm'
'python'
'rsync')
provides=('edex-ui')
install="edex-ui.install"
source=("https://github.com/GitSquared/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('c26cd2385c4442efbda068adf9de3e2dc2f782aef57973873060ca8eea923abf')
+sha256sums=('3aecdf71d9b31a6b562258e4c2eca500821e439d7afb58d827f48bbb6cea9b6b')
build() {
cd "${pkgname}-${pkgver}"