summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorA Frederick Christensen2022-11-27 22:12:21 -0600
committerA Frederick Christensen2022-11-27 22:12:21 -0600
commite471922db64b0ee097847403311eb508cc1fc1d4 (patch)
treee8141dc1a88858709fbf294e8e037e5fa388b732
parent69dc1d8f82889e5066bf7b5e6270c536557348b5 (diff)
downloadaur-e471922db64b0ee097847403311eb508cc1fc1d4.tar.gz
correct makedepends
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD1
2 files changed, 3 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2d59dc7721a8..4ed1c7e2a667 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,8 @@ pkgbase = pantalaimon-git
url = https://github.com/matrix-org/pantalaimon
arch = x86_64
license = Apache
+ makedepends = git
+ makedepends = python-setuptools
depends = python
depends = libolm
depends = python-matrix-nio
diff --git a/PKGBUILD b/PKGBUILD
index 7bbac1115621..a8ad040e85ee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,6 +10,7 @@ arch=('x86_64')
url="https://github.com/matrix-org/pantalaimon"
license=('Apache')
depends=('python' 'libolm' 'python-matrix-nio' 'python-prompt_toolkit' 'python-janus' 'python-peewee' 'python-logbook' 'python-aiohttp' 'python-cachetools' 'python-pycryptodome' 'python-unpaddedbase64' 'python-h2' 'python-h11' 'python-notify2' 'python-pydbus' 'python-olm' 'python-jsonschema' 'python-atomicwrites' 'python-click' 'python-appdirs' 'python-keyring>=21.2.1' 'python-future')
+makedepends=('git' 'python-setuptools')
provides=($_pkgname)
conflicts=($_pkgname)
source=("${_pkgname}::git+https://github.com/matrix-org/pantalaimon"