summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authororhun2021-07-25 22:18:31 +0300
committerorhun2021-07-25 22:18:31 +0300
commite01fe2661bd2268675c1e77fc27d227d3fb7aff8 (patch)
tree34fcb3dedc974963d6ec30f3ba1e8dccbf6deb55 /PKGBUILD
parent5e7eb9a66fdd8a37e39b567afab85a2639512422 (diff)
downloadaur-e01fe2661bd2268675c1e77fc27d227d3fb7aff8.tar.gz
upgpkg: gpg-tui-git 0.7.3.r0.g36f9345-1
upstream release
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}")