summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 7 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6e8e0adf2403..0658b20d75ba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# https://github.com/orhun/pkgbuilds
pkgname=gpg-tui-git
-pkgver=0.7.2.r0.g3c460c0
+pkgver=0.7.3.r0.g36f9345
pkgrel=1
pkgdesc="A terminal user interface for GnuPG (git)"
arch=('x86_64')
@@ -10,7 +10,12 @@ url="https://github.com/orhun/gpg-tui"
license=('MIT')
depends=('libxcb' 'gpgme')
makedepends=('rust' 'python' 'git')
-optdepends=('xplr: file selection support')
+optdepends=(
+ 'xplr: for file selection support'
+ 'xclip: for clipboard support on X11 (or xsel)'
+ 'xsel: for clipboard support on X11 (or xclip)'
+ 'wl-clipboard: for clipboard support on Wayland'
+)
conflicts=("${pkgname%-git}")
provides=("${pkgname%-git}")
source=("git+${url}")