summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authororhun2021-09-03 21:58:58 +0300
committerorhun2021-09-03 21:58:58 +0300
commit4d06ec6c2f073cae2cd9f74df03f7ff148cdd5f0 (patch)
tree60fa9f6c1ce577dcd746d78029070b33516ad359
parent50d7f424b8495913c906c7dc4b6afcd8f9fa15bf (diff)
downloadaur-4d06ec6c2f073cae2cd9f74df03f7ff148cdd5f0.tar.gz
upgpkg: gpg-tui-bin 0.8.0-1
upstream release
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD7
2 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3795ae0fe266..924d4c81e957 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = gpg-tui-bin
pkgdesc = A terminal user interface for GnuPG
- pkgver = 0.7.4
+ pkgver = 0.8.0
pkgrel = 1
url = https://github.com/orhun/gpg-tui
arch = x86_64
license = MIT
depends = libxcb
+ depends = libxkbcommon
depends = gpgme
optdepends = xplr: for file selection support
optdepends = xclip: for clipboard support on X11 (or xsel)
@@ -14,9 +15,9 @@ pkgbase = gpg-tui-bin
provides = gpg-tui
conflicts = gpg-tui
validpgpkeys = 14D49A4073C6899425D5315C1BC755D9FBD24068
- source_x86_64 = https://github.com/orhun/gpg-tui/releases/download/v0.7.4/gpg-tui-0.7.4-x86_64-unknown-linux-gnu.tar.gz
- source_x86_64 = https://github.com/orhun/gpg-tui/releases/download/v0.7.4/gpg-tui-0.7.4-x86_64-unknown-linux-gnu.tar.gz.sig
- sha512sums_x86_64 = 9bf1c448307e7ad0c2dffbe2e9b6978124bac14f3f27d113fe4c2020fc47a9bf80d90bb0f395b31613f97d5df07a2f50d389d5b2970c2d3e53f47ad73c43cb7d
+ source_x86_64 = https://github.com/orhun/gpg-tui/releases/download/v0.8.0/gpg-tui-0.8.0-x86_64-unknown-linux-gnu.tar.gz
+ source_x86_64 = https://github.com/orhun/gpg-tui/releases/download/v0.8.0/gpg-tui-0.8.0-x86_64-unknown-linux-gnu.tar.gz.sig
+ sha512sums_x86_64 = 8df203224e51e0fb9f02d402c67c5e48dc361cd591b972b818ccef4ce2661203eb068766fb6542447b1487df2ebe406145558b0b3dc3a682ff10c151c0ba5c0b
sha512sums_x86_64 = SKIP
pkgname = gpg-tui-bin
diff --git a/PKGBUILD b/PKGBUILD
index d532c895b542..62dc42ccbd1e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
# https://github.com/orhun/pkgbuilds
pkgname=gpg-tui-bin
-pkgver=0.7.4
+pkgver=0.8.0
pkgrel=1
pkgdesc="A terminal user interface for GnuPG"
arch=('x86_64')
url="https://github.com/orhun/gpg-tui"
license=('MIT')
-depends=('libxcb' 'gpgme')
+depends=('libxcb' 'libxkbcommon' 'gpgme')
optdepends=(
'xplr: for file selection support'
'xclip: for clipboard support on X11 (or xsel)'
@@ -18,7 +18,7 @@ optdepends=(
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=('9bf1c448307e7ad0c2dffbe2e9b6978124bac14f3f27d113fe4c2020fc47a9bf80d90bb0f395b31613f97d5df07a2f50d389d5b2970c2d3e53f47ad73c43cb7d'
+sha512sums_x86_64=('8df203224e51e0fb9f02d402c67c5e48dc361cd591b972b818ccef4ce2661203eb068766fb6542447b1487df2ebe406145558b0b3dc3a682ff10c151c0ba5c0b'
'SKIP')
validpgpkeys=('14D49A4073C6899425D5315C1BC755D9FBD24068') # gpg-tui <gpg-tui@protonmail.com>
@@ -28,6 +28,7 @@ package() {
install -Dm 644 README.md -t "$pkgdir/usr/share/doc/$pkgname"
install -Dm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
install -Dm 644 "man/${pkgname%-bin}.1" -t "$pkgdir/usr/share/man/man1"
+ #install -Dm 644 "man/${pkgname%-bin}.toml.5" -t "$pkgdir/usr/share/man/man5"
install -Dm 644 "completions/${pkgname%-bin}.bash" "${pkgdir}/usr/share/bash-completion/completions/${pkgname%-bin}"
install -Dm 644 "completions/${pkgname%-bin}.fish" -t "$pkgdir/usr/share/fish/vendor_completions.d"
install -Dm 644 "completions/_${pkgname%-bin}" -t "${pkgdir}/usr/share/zsh/site-functions"