Remove unneeded dependencies

This commit is contained in:
2023-03-24 20:22:35 +00:00
parent 42d292ba83
commit ab0bb2f569
2 changed files with 0 additions and 5 deletions

View File

@@ -13,7 +13,6 @@ provides=("${_pkgname}" "${_pkgname}-bin")
conflicts=("${_pkgname}" "${_pkgname}-git" "${_pkgname}-bin")
url="https://github.com/${_github_repo}"
license=("MIT" "apache")
makedepends=("curl" "jq")
source=("https://raw.githubusercontent.com/${_github_repo}/v${pkgver}/README.md"
"https://raw.githubusercontent.com/${_github_repo}/v${pkgver}/LICENCE-APACHE"
"https://raw.githubusercontent.com/${_github_repo}/v${pkgver}/LICENCE-MIT")