summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSanskritFritz2022-07-06 18:13:13 +0200
committerSanskritFritz2022-07-06 18:13:13 +0200
commit2015ffd5de4d63b6deec998e0214bf04acb1ead3 (patch)
treef06e5a48aa71d39fd6732e9b172abb9413a97c58 /PKGBUILD
parentfa860001153beba0ae1cc7611067498cf0e31ac1 (diff)
downloadaur-kupfer-git.tar.gz
And some more dependency fixes
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a13e6b89c254..ed94ec7491ac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ pkgdesc="An interface for quick and convenient access to applications and their
arch=(any)
url="https://kupferlauncher.github.io/"
license=('GPL3')
-depends=('libkeybinder3' 'python-dbus' 'python-cairo' 'libwnck3' 'python-xdg' 'python-gobject')
+depends=('libkeybinder3' 'python-dbus' 'python-cairo' 'libwnck3' 'python-pyxdg' 'python-gobject')
makedepends=('intltool' 'itstool' 'python-docutils' 'git')
optdepends=('xautomation: Send Keys plugin'
'gvfs: Trash plugin')