summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGabriel Saillard2020-04-18 23:32:54 +0200
committerGabriel Saillard2020-04-18 23:32:54 +0200
commit1fa77eea23fda64e347844000490d7b726a67f51 (patch)
tree1046147189e56ec14183a4a2ef6f962328c4f24f
parent75753e830a5ff190fbeda09ace12f5cbe44b703b (diff)
downloadaur-1fa77eea23fda64e347844000490d7b726a67f51.tar.gz
Add Python as build dep
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6d57d40e957f..ec46feea57da 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = edex-ui
pkgdesc = A cross-platform, customizable science fiction terminal emulator with advanced monitoring & touchscreen support.
pkgver = 2.2.2
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/GitSquared/edex-ui
install = edex-ui.install
arch = i686
@@ -12,6 +12,7 @@ pkgbase = edex-ui
makedepends = nodejs-lts-dubnium
makedepends = npm
makedepends = rsync
+ makedepends = python
depends = gtk3
depends = libxss
depends = nss
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"