summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGabriel Saillard2020-04-18 23:32:54 +0200
committerGabriel Saillard2020-04-18 23:32:54 +0200
commit1fa77eea23fda64e347844000490d7b726a67f51 (patch)
tree1046147189e56ec14183a4a2ef6f962328c4f24f /PKGBUILD
parent75753e830a5ff190fbeda09ace12f5cbe44b703b (diff)
downloadaur-1fa77eea23fda64e347844000490d7b726a67f51.tar.gz
Add Python as build dep
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a62d53e219bd..e13764a69162 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=3
+pkgrel=4
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'
@@ -12,6 +12,7 @@ depends=('gtk3'
'nss')
makedepends=('nodejs-lts-dubnium'
'npm'
+ 'python'
'rsync')
provides=('edex-ui')
install="edex-ui.install"