summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSanskritFritz2022-07-06 18:13:13 +0200
committerSanskritFritz2022-07-06 18:13:13 +0200
commit2015ffd5de4d63b6deec998e0214bf04acb1ead3 (patch)
treef06e5a48aa71d39fd6732e9b172abb9413a97c58
parentfa860001153beba0ae1cc7611067498cf0e31ac1 (diff)
downloadaur-kupfer-git.tar.gz
And some more dependency fixes
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c82a3305a5af..f3499e9fc32e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,7 +13,7 @@ pkgbase = kupfer-git
depends = python-dbus
depends = python-cairo
depends = libwnck3
- depends = python-xdg
+ depends = python-pyxdg
depends = python-gobject
optdepends = xautomation: Send Keys plugin
optdepends = gvfs: Trash plugin
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')