summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authororhun2021-07-25 22:17:03 +0300
committerorhun2021-07-25 22:17:03 +0300
commit80f1b4b2d806eba7f46f869374a76544ca4b8802 (patch)
treedf4e9c268f59548201053f9a0d356f0a762a76fb
parent40ce6b14f3ecfc2b62ee9f29260b08854d0193f8 (diff)
downloadaur-80f1b4b2d806eba7f46f869374a76544ca4b8802.tar.gz
upgpkg: gpg-tui-bin 0.7.3-1
upstream release
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD11
2 files changed, 16 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5e8cac3253a8..57c50a244301 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,22 @@
pkgbase = gpg-tui-bin
pkgdesc = A terminal user interface for GnuPG
- pkgver = 0.7.2
+ pkgver = 0.7.3
pkgrel = 1
url = https://github.com/orhun/gpg-tui
arch = x86_64
license = MIT
depends = libxcb
depends = gpgme
- optdepends = xplr: file selection support
+ optdepends = xplr: for file selection support
+ optdepends = xclip: for clipboard support on X11 (or xsel)
+ optdepends = xsel: for clipboard support on X11 (or xclip)
+ optdepends = wl-clipboard: for clipboard support on Wayland
provides = gpg-tui
conflicts = gpg-tui
validpgpkeys = 14D49A4073C6899425D5315C1BC755D9FBD24068
- source_x86_64 = https://github.com/orhun/gpg-tui/releases/download/v0.7.2/gpg-tui-0.7.2-x86_64-unknown-linux-gnu.tar.gz
- source_x86_64 = https://github.com/orhun/gpg-tui/releases/download/v0.7.2/gpg-tui-0.7.2-x86_64-unknown-linux-gnu.tar.gz.sig
- sha512sums_x86_64 = e91472b49c90a30903d0d32a3913de0deb036bd2e48575a9a56380ecdd3601ce99ba77cc55c2163b0404361841fbf953fee2da274ba49158c9248d06fc72f91e
+ source_x86_64 = https://github.com/orhun/gpg-tui/releases/download/v0.7.3/gpg-tui-0.7.3-x86_64-unknown-linux-gnu.tar.gz
+ source_x86_64 = https://github.com/orhun/gpg-tui/releases/download/v0.7.3/gpg-tui-0.7.3-x86_64-unknown-linux-gnu.tar.gz.sig
+ sha512sums_x86_64 = 02bf2a20e6602fae3c41533eec5095c8bd624705038a8d08bd12c20b418e8bd6ad25e132c3af05ce56816a5c7c74f7dbfc589add53a8fae554061811685e2edb
sha512sums_x86_64 = SKIP
pkgname = gpg-tui-bin
diff --git a/PKGBUILD b/PKGBUILD
index 4d2d03d25708..8736cf61f3e5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,18 +2,23 @@
# https://github.com/orhun/pkgbuilds
pkgname=gpg-tui-bin
-pkgver=0.7.2
+pkgver=0.7.3
pkgrel=1
pkgdesc="A terminal user interface for GnuPG"
arch=('x86_64')
url="https://github.com/orhun/gpg-tui"
license=('MIT')
depends=('libxcb' 'gpgme')
-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%-bin}")
provides=("${pkgname%-bin}")
source_x86_64=("$url/releases/download/v$pkgver/${pkgname%-bin}-$pkgver-x86_64-unknown-linux-gnu.tar.gz"{,.sig})
-sha512sums_x86_64=('e91472b49c90a30903d0d32a3913de0deb036bd2e48575a9a56380ecdd3601ce99ba77cc55c2163b0404361841fbf953fee2da274ba49158c9248d06fc72f91e'
+sha512sums_x86_64=('02bf2a20e6602fae3c41533eec5095c8bd624705038a8d08bd12c20b418e8bd6ad25e132c3af05ce56816a5c7c74f7dbfc589add53a8fae554061811685e2edb'
'SKIP')
validpgpkeys=('14D49A4073C6899425D5315C1BC755D9FBD24068') # gpg-tui <gpg-tui@protonmail.com>