diff --git a/wl-clipboard/.signature b/wl-clipboard/.signature index 62e6ec329..4aeea1686 100644 --- a/wl-clipboard/.signature +++ b/wl-clipboard/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF37HsN05G04B+jNErn/RIOOz7DihCHqE7NBvcDhlHU0wZAz+X9pKzpXRjlKCZAktI6Exh4mFOooVm2jb2mIQS8gE= -SHA256 (Pkgfile) = cdc53ce72c1de3947c0d6576a49bd1df46d96171397ebb5f254f9dd5a4e459ca +RWSagIOpLGJF33OPjSUZeeW4ecUzMJjc+8Sv3KS+nEa2ikN31kqt7Z5+o1IZmxKn5bUFbVqRl55APqiDY8ah624pY3BPs89BUw0= +SHA256 (Pkgfile) = 0c9f7379befe7283374f719c12872ac472afc71f1d91e0491785bd9c4d5ddf77 SHA256 (.footprint) = 011182cba71b7975baa2ba8ced498d8e8ea52041e24a876a4699c9eee5146daf -SHA256 (wl-clipboard-2.1.0.tar.gz) = 72dab9a7d3835c76d6ff2089f15ffec9e064a321e5f3cbbe961a8fa81aff5573 +SHA256 (wl-clipboard-2.2.0.tar.gz) = 414005cfa229d0e54f89a0d9a8473938e4c29adc21a9e556847a4d44ad508874 diff --git a/wl-clipboard/Pkgfile b/wl-clipboard/Pkgfile index 48395f4de..f37c14bdf 100644 --- a/wl-clipboard/Pkgfile +++ b/wl-clipboard/Pkgfile @@ -1,17 +1,17 @@ # Description: Command-line copy/paste utilities for Wayland # URL: https://github.com/bugaevc/wl-clipboard # Maintainer: Tim Biermann, tbier at posteo dot de -# Depends on: wayland -# Optional: wayland-protocols xdg-utils +# Depends on: wayland-protocols +# Optional: xdg-utils name=wl-clipboard -version=2.1.0 +version=2.2.0 release=1 source=(https://github.com/bugaevc/wl-clipboard/archive/v$version/$name-$version.tar.gz) build() { - prt-get isinst zsh || PKGMK_WLC+=' -D zshcompletiondir=no' - #prt-get isinst zsh && PKGMK_WLC+=' -D zshcompletiondir=/usr/share/zsh/site-functions/' + #prt-get isinst zsh || PKGMK_WLC+=' -D zshcompletiondir=no' + prt-get isinst zsh && PKGMK_WLC+=' -D zshcompletiondir=/usr/share/zsh/site-functions/' || PKGMK_WLC+=' -D zshcompletiondir=no' meson setup $name-$version build $PKGMK_WLC \ --prefix=/usr \