summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b068142a9bfb..e45df3b5d816 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,7 +6,7 @@ pkgbase = pyxtrlock-git
arch = any
license = GPLv3+
depends = python
- depends = python-pyxdg
+ depends = python-xdg
depends = python-simplepam
provides = pyxtrlock
conflicts = pyxtrlock
diff --git a/PKGBUILD b/PKGBUILD
index 528dd5c3afe4..2720dd0ba826 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="The X transparent screen lock rewritten in Python. Git version"
arch=('any')
url="https://github.com/leonnnn/pyxtrlock/"
license=("GPLv3+")
-depends=("python" "python-pyxdg" "python-simplepam")
+depends=("python" "python-xdg" "python-simplepam")
source=("${pkgname%-*}::git+https://github.com/leonnnn/pyxtrlock.git")
sha1sums=("SKIP")
provides=("pyxtrlock")