summaryrefslogtreecommitdiff
path: root/gpg-tui
diff options
context:
space:
mode:
Diffstat (limited to 'gpg-tui')
-rw-r--r--gpg-tui/.signature6
-rw-r--r--gpg-tui/Pkgfile4
2 files changed, 5 insertions, 5 deletions
diff --git a/gpg-tui/.signature b/gpg-tui/.signature
index 1fd13152d..adfff0249 100644
--- a/gpg-tui/.signature
+++ b/gpg-tui/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
-RWSagIOpLGJF393/hjhsNzWnwtMZ3kzomf8cT0JORPEmjMo0EW95iKHfl9uChAtRfjF5rCmOIQUsW5K0y9nGqGZ0lko25h1xbAI=
-SHA256 (Pkgfile) = ab45e73c51ef52ba352ce71d45d6ecdd1a347c3475ffa2c887d3aafa826f9b7a
+RWSagIOpLGJF3xMBtccKOYP8QEWQiKm8tQUbtLd8sEtofwSYQHf1TriSJfRqtWUES+aDQjxrXYCPKfQgFkN4DzuCOHeQhOYpvg4=
+SHA256 (Pkgfile) = 50a7fb9bf48b333ea8d0bae0c0f272f0a4e8b5bacd2c38968a97486ea9680a74
SHA256 (.footprint) = 3b2cb5ed9f367ba643ced8da5c86b375dd3b321298bec5af997dbe4886516f53
-SHA256 (gpg-tui-0.7.4.tar.gz) = 12c61fac67f6f9b90c9f92e5ae754652b024ea3f85b99a2ac359f44356c49467
+SHA256 (gpg-tui-0.8.0.tar.gz) = 6a9a6cc163e139f03b6983cdb07442187a8e1bcc705698f2b7228ad41c3d3c75
diff --git a/gpg-tui/Pkgfile b/gpg-tui/Pkgfile
index e830ccdc0..984df3ae4 100644
--- a/gpg-tui/Pkgfile
+++ b/gpg-tui/Pkgfile
@@ -4,7 +4,7 @@
# Depends on: gpgme libxkbcommon rust
name=gpg-tui
-version=0.7.4
+version=0.8.0
release=1
source=(https://github.com/orhun/gpg-tui/archive/v$version/$name-$version.tar.gz)
@@ -16,7 +16,7 @@ build() {
cargo update --manifest-path $name-$version/Cargo.toml
cargo build --release --locked --manifest-path $name-$version/Cargo.toml
mkdir $SRC/completions
- OUT_DIR=$SRC/completions/ cargo run --bin completions --manifest-path $name-$version/Cargo.toml
+ OUT_DIR=$SRC/completions/ cargo run --bin gpg-tui-completions --manifest-path $name-$version/Cargo.toml
install -Dt $PKG/usr/bin $name-$version/target/release/$name

Generated by cgit