summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 68b08840da5d..2d9c0910aa64 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,6 +11,7 @@ pkgbase = gajim-git
makedepends = python-packaging
makedepends = python-wheel
makedepends = python-build
+ makedepends = python-installer
depends = gtk3
depends = libsoup
depends = python-gobject
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'