[arch-commits] Commit in rust-rage/trunk (PKGBUILD)
    Caleb Maclennan 
    alerque at gemini.archlinux.org
       
    Mon May  2 08:44:14 UTC 2022
    
    
  
    Date: Monday, May 2, 2022 @ 08:44:13
  Author: alerque
Revision: 1192189
upgpkg: rust-rage 0.8.0-2; fix dependencies
Modified:
  rust-rage/trunk/PKGBUILD
----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-02 08:17:19 UTC (rev 1192188)
+++ PKGBUILD	2022-05-02 08:44:13 UTC (rev 1192189)
@@ -4,13 +4,13 @@
 pkgname=rust-rage
 _pkgname=${pkgname##rust-}
 pkgver=0.8.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Rust implementation of the age encryption tool'
 arch=(x86_64 i686 arm armv6h armv7h aarch64)
 url="https://github.com/str4d/$_pkgname"
 license=(Apache MIT)
-depends=(fuse2
-         pcsclite)
+depends=(bzip2
+         fuse2)
 makedepends=(cargo)
 _archive="$_pkgname-$pkgver"
 source=("$url/archive/v$pkgver/$_archive.tar.gz")
    
    
More information about the arch-commits
mailing list