summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGabriel Saillard2020-04-18 23:33:49 +0200
committerGabriel Saillard2020-04-18 23:33:49 +0200
commitec6b2d54fa2b7b187ff19af489e843803fe3714a (patch)
tree1854374c2591a5b07e3220f790fa7f0bc1444c37
parent5e23a830010866ecd3719e4b1ed3141c9df4416e (diff)
downloadaur-ec6b2d54fa2b7b187ff19af489e843803fe3714a.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 68ae9e2bca36..3f9b9cb1027b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = edex-ui-git
pkgdesc = A cross-platform, customizable science fiction terminal emulator with advanced monitoring & touchscreen support.
pkgver = 3.0.0.pre
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/GitSquared/edex-ui
install = edex-ui.install
arch = i686
@@ -11,6 +11,7 @@ pkgbase = edex-ui-git
license = GPL3
makedepends = npm
makedepends = git
+ makedepends = python
makedepends = rsync
depends = gtk3
depends = libxss
diff --git a/PKGBUILD b/PKGBUILD
index c2f99aa08a74..f0830a133145 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname='edex-ui-git'
_pkgname='edex-ui'
pkgver=3.0.0.pre
-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'
@@ -13,6 +13,7 @@ depends=('gtk3'
'nss')
makedepends=('npm'
'git'
+ 'python'
'rsync')
conflicts=('edex-ui')
provides=('edex-ui')