summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Baboni Dominiquini2024-11-20 21:46:46 -0300
committerRafael Baboni Dominiquini2024-11-20 21:46:46 -0300
commite9b8b44196ad0d325e705c8ba49ac3cafbb2c592 (patch)
treec9ba941dca95474688235d041516216c62dd5ce5
parentf28e7ddca82ba28f5ef6a2882a6742f0a2c0ac8e (diff)
downloadaur-filepack-bin.tar.gz
Fixed license
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 546dc06a1376..f8ce9df37300 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index f9bd05fab8a9..1c4c0a0efda3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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}")