summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDerek Taylor2022-03-05 14:15:41 -0600
committerDerek Taylor2022-03-05 14:15:41 -0600
commit661ff272bc74a021727cee906be007b3d1972b91 (patch)
treec4f0ff7eb52ee838e789da656158bb491539acf4 /PKGBUILD
parent76f5cbd7da37a8afb99e183fe013992fd2067023 (diff)
downloadaur-661ff272bc74a021727cee906be007b3d1972b91.tar.gz
New version.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD13
1 files changed, 8 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 00ad6705dd67..4caa3cf520ce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Derek Taylor (DistroTube) <derek@distrotube.com>
pkgname=dmscripts-git
_pkgname=dmscripts
-pkgver=1.0.r230.ccf2685
+pkgver=1.0.r408.5fd2806
pkgrel=1
pkgdesc="A collection of dmenu scripts"
arch=('any')
url="https://gitlab.com/dwt1/dmscripts.git"
license=('GPL3')
-depends=(dmenu ffmpeg findutils xclip xdotool xorg-xrandr bind jq)
+depends=(dmenu ffmpeg mpv findutils xclip xdotool xorg-xrandr bind jq)
groups=()
makedepends=(pandoc git)
checkdepends=()
@@ -19,11 +19,14 @@ optdepends=(
'mpd: used by dm-music'
'qutebrowser: used by dm-bookman'
'reddio: used by dm-reddit'
- 'zenity: used by dm-reddit'
+ 'yad: used by dm-reddit and dm-weather'
'slock: used by dm-logout'
- 'sxiv: used by dm-setbg'
- 'xwallpaper: used by dm-setbg'
+ 'imv: the default image viewer used by dm-setbg, supports wayland'
+ 'sxiv: an alternative image viewer used by dm-setbg, X11 only'
+ 'xwallpaper: used by dm-setbg in x11'
+ 'swaybg: used by dm-setbg in wayland'
'udisks2: used by dm-usbmount'
+ 'wl-clipboard: wayland alternative to xclip'
)
provides=(dmscripts)
conflicts=(dmscripts)