diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2021-04-18 02:38:28 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2021-04-18 14:45:45 -0500 |
commit | bbbdd833f067b48b8b778eab124115f646367820 (patch) | |
tree | fe1dc4580b12144f775f933909afe72c7c9a7880 /desktop | |
parent | 5412f3fb6b66b61e83def129417c40b25f6426f4 (diff) | |
download | slackbuilds-bbbdd833f067b48b8b778eab124115f646367820.tar.gz |
desktop/kupfer: Fixed dep info
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/kupfer/README | 5 | ||||
-rw-r--r-- | desktop/kupfer/kupfer.info | 2 |
2 files changed, 2 insertions, 5 deletions
diff --git a/desktop/kupfer/README b/desktop/kupfer/README index feaae6e8dd..450d9b41e0 100644 --- a/desktop/kupfer/README +++ b/desktop/kupfer/README @@ -1,7 +1,4 @@ Kupfer is an interface for quick and convenient access to applications and their documents. -Notes: -- required package pyxdg must have been built with python3 for this to - work -- viewing help pages requires yelp (optional dependency) +Viewing help pages requires yelp (optional dependency). diff --git a/desktop/kupfer/kupfer.info b/desktop/kupfer/kupfer.info index 5b72a72083..672c58ac23 100644 --- a/desktop/kupfer/kupfer.info +++ b/desktop/kupfer/kupfer.info @@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/kupferlauncher/kupfer/releases/download/v320/kupfer MD5SUM="0dfebe1a4f27fdb62278dbf4fb5243d1" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="dbus-python3 docutils pygobject3-python3 pyxdg" +REQUIRES="" MAINTAINER="Leo C." EMAIL="leoc@gmx.com" |