summaryrefslogtreecommitdiff
path: root/gpg-tui/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'gpg-tui/Pkgfile')
-rw-r--r--gpg-tui/Pkgfile4
1 files changed, 2 insertions, 2 deletions
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