summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEduard Tolosa2023-05-09 10:52:54 -0500
committerEduard Tolosa2023-05-09 10:52:54 -0500
commitc97bd7e1786f73338e5ac66d6c1a0c8d88e112c1 (patch)
tree426b8581b4d241312bbe3cfdf7d6a49628eee8fe /PKGBUILD
parent802cbed23ac993bf2441dcfd66c21580d50be985 (diff)
downloadaur-c97bd7e1786f73338e5ac66d6c1a0c8d88e112c1.tar.gz
Add python-installer to makedepends.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6c74c4b43940..bdb0bb05f473 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -20,7 +20,8 @@ depends=('gtk3' 'libsoup' 'python-gobject' 'python-pyopenssl' 'hicolor-icon-them
'python-pyasn1' 'python-nbxmpp-git' 'python-cairo' 'python-keyring'
'python-distro' 'python-css-parser' 'python-precis_i18n' 'python-pillow'
'python-omemo-dr' 'gtksourceview4' 'python-qrcode')
-makedepends=('git' 'python-setuptools' 'python-packaging' 'python-wheel' 'python-build')
+makedepends=('git' 'python-setuptools' 'python-packaging' 'python-wheel' 'python-build'
+ 'python-installer')
optdepends=('python-dbus: for gajim-remote and zeroconf support'
'farstream: for video/voice support'
'gst-plugins-good: for video/voice support'