diff options
author | Radu Marias | 2024-07-03 01:21:28 +0300 |
---|---|---|
committer | Radu Marias | 2024-07-03 01:21:28 +0300 |
commit | 77f840110f97ed265b807724d734396b5bc805f3 (patch) | |
tree | c273c028b0b6b1ce386ab0984c5fabb97f525241 /PKGBUILD | |
parent | b08fa3a7abd10321f058485efd9904fdcdd9eef1 (diff) | |
download | aur-77f840110f97ed265b807724d734396b5bc805f3.tar.gz |
v++
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -3,21 +3,21 @@ # This PKGBUILD was generated by `cargo aur`: https://crates.io/crates/cargo-aur pkgname=rencfs-bin -pkgver=0.13.48 +pkgver=0.13.54 pkgrel=1 pkgdesc="An encrypted file system that is mounted with FUSE on Linux. It can be used to create encrypted directories." -url="https://github.com/radumarias/rencfs" -license=("MIT OR Apache-2.0 OR BSD3") +url="https://radumarias.github.io/rencfs" +license=("MIT OR Apache-2.0") arch=("x86_64") provides=("rencfs") conflicts=("rencfs") depends=("fuse3") source=("https://github.com/radumarias/rencfs/releases/download/v$pkgver/rencfs-$pkgver-x86_64.tar.gz") -sha256sums=("1673ab9efa4d459bddebc0ebe5d53da6a0759637c6f692383a2a242b05f28846") +sha256sums=("ab5ca05eacf5937f49a437c9625e6b9213865541130e363a3482a7d3a09c5ba0") package() { install -Dm755 rencfs -t "$pkgdir/usr/bin" - install -Dm644 LICENSE-BSD3 "$pkgdir/usr/share/licenses/$pkgname/LICENSE-BSD3" - install -Dm644 "LICENSE-APACHE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE-APACHE" + install -Dm644 LICENSE-BSD-3-Clause "$pkgdir/usr/share/licenses/$pkgname/LICENSE-BSD-3-Clause" + install -Dm644 "LICENSE-Apache-2.0" "$pkgdir/usr/share/licenses/$pkgname/LICENSE-Apache-2.0" install -Dm644 "LICENSE-MIT" "$pkgdir/usr/share/licenses/$pkgname/LICENSE-MIT" } |