Date: Friday, May 27, 2022 @ 22:53:55 Author: orhun Revision: 1210886
upgpkg: gpg-tui 0.9.0-1: upstream release Modified: gpg-tui/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-05-27 22:17:23 UTC (rev 1210885) +++ PKGBUILD 2022-05-27 22:53:55 UTC (rev 1210886) @@ -1,7 +1,7 @@ # Maintainer: Orhun Parmaksız <[email protected]> pkgname=gpg-tui -pkgver=0.8.3 +pkgver=0.9.0 pkgrel=1 pkgdesc="A terminal user interface for GnuPG" arch=('x86_64') @@ -16,7 +16,7 @@ 'wl-clipboard: for clipboard support on Wayland' ) source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz") -sha512sums=('96b4c2fc78f27ba846e180051f186be6f41e47a2959db2531a7d0e71bd991a3cef6f35e7cd5b04adc34781b3d978c1b3011ac9d34f5a6582fa5641cf081cae7f') +sha512sums=('c34474af908c693c1e62ba9638d62c8278e80c5f9a80cca6346bdef6590d25f9959c060444b91b15a750a2760c91d685dd596bf1a5717ab5b28ef4e2482beae7') prepare() { cd "$pkgname-$pkgver" @@ -27,7 +27,7 @@ build() { cd "$pkgname-$pkgver" cargo build --release --frozen - OUT_DIR=completions/ cargo run --release --bin gpg-tui-completions + OUT_DIR=completions/ target/release/gpg-tui-completions } check() {
