summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpatri9ck2023-01-14 17:00:30 +0100
committerpatri9ck2023-01-14 17:00:30 +0100
commit79ea8a54067d0e7b7b0384285f691385e2b00551 (patch)
tree693d735f0f49ea149a64339153d98d9a02e07dfb
parent954fb9b32dcb214997ab7e5991c3c347cc3a642f (diff)
downloadaur-79ea8a54067d0e7b7b0384285f691385e2b00551.tar.gz
Add Python as make dependency
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1bf80192e2d2..4424ed284032 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = a2ln
url = https://github.com/patri9ck/a2ln-server
arch = any
license = GPL3
+ makedepends = python
makedepends = python-pip
depends = python
depends = python-pyzmq
diff --git a/PKGBUILD b/PKGBUILD
index 362a4b4f2776..67ef5a970716 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc="Android 2 Linux Notifications Server"
arch=('any')
url="https://github.com/patri9ck/a2ln-server"
license=('GPL3')
-makedepends=('python-pip')
+makedepends=('python' 'python-pip')
depends=('python' 'python-pyzmq' 'python-gobject' 'python-setproctitle' 'python-pillow' 'python-qrcode')
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
sha256sums=('fcadd578bf7972c57e578a44281232ff08de5f9610baeb2cc0ea008500e46652')