diff options
author | Rafael Baboni Dominiquini | 2024-11-20 21:46:46 -0300 |
---|---|---|
committer | Rafael Baboni Dominiquini | 2024-11-20 21:46:46 -0300 |
commit | e9b8b44196ad0d325e705c8ba49ac3cafbb2c592 (patch) | |
tree | c9ba941dca95474688235d041516216c62dd5ce5 | |
parent | f28e7ddca82ba28f5ef6a2882a6742f0a2c0ac8e (diff) | |
download | aur-filepack-bin.tar.gz |
Fixed license
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | PKGBUILD | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -5,7 +5,7 @@ pkgbase = filepack-bin url = https://github.com/casey/filepack arch = x86_64 arch = aarch64 - license = MIT + license = custom:CC0 depends = glibc provides = filepack conflicts = filepack @@ -9,7 +9,7 @@ pkgdesc='Command-line file hashing and verification utility written in Rust' url="https://github.com/${_pkgauthor}/${_pkgname}" _urlraw="https://raw.githubusercontent.com/${_pkgauthor}/${_pkgname}/${pkgver}" arch=('x86_64' 'aarch64') -license=('MIT') +license=('custom:CC0') depends=('glibc') conflicts=("${_pkgname}") provides=("${_pkgname}") |