Remove unneeded dependencies

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

View File

@ -15,8 +15,6 @@ conflicts = tokei-git
conflicts = tokei-bin conflicts = tokei-bin
license = MIT license = MIT
license = apache license = apache
makedepends = curl
makedepends = jq
options = !strip options = !strip
provides = tokei provides = tokei
provides = tokei-bin provides = tokei-bin
@ -26,8 +24,6 @@ source = https://raw.githubusercontent.com/XAMPPRocky/tokei/v12.1.2/LICENCE-MIT
sha512sums = fc85b0fa18b3cc56e542b2d0901f37f5c4a2307e282c516f7a71bf8d557fa82ca1b8a09a8f9e0c043f9ddd3ed0553e731a93663a8a7148e8dc1ea90e9b5b7d02 sha512sums = fc85b0fa18b3cc56e542b2d0901f37f5c4a2307e282c516f7a71bf8d557fa82ca1b8a09a8f9e0c043f9ddd3ed0553e731a93663a8a7148e8dc1ea90e9b5b7d02
sha512sums = f0dc1210dee46c500d53ffad7e24534bb5f3904fb64c7d060b3e88a3a54ee6e4ca044bdc916110f933d2c5e91833c7b5e6263dff021ffc3d618146159a6807f0 sha512sums = f0dc1210dee46c500d53ffad7e24534bb5f3904fb64c7d060b3e88a3a54ee6e4ca044bdc916110f933d2c5e91833c7b5e6263dff021ffc3d618146159a6807f0
sha512sums = cba0ebe473f525dfd065cd3a5df3935bf5cb74f5140aa26b058cb3b21aa2e05e834eaafb185f6ae7e0d4f9de8bd1f467fc52b49f7109cee954bedd74fdb66e6b sha512sums = cba0ebe473f525dfd065cd3a5df3935bf5cb74f5140aa26b058cb3b21aa2e05e834eaafb185f6ae7e0d4f9de8bd1f467fc52b49f7109cee954bedd74fdb66e6b
makedepends = curl
makedepends = jq
source_aarch64 = tokei-bin-12.1.2.tar.gz::https://github.com/XAMPPRocky/tokei/releases/download/v12.1.2/tokei-x86_64-unknown-linux-gnu.tar.gz source_aarch64 = tokei-bin-12.1.2.tar.gz::https://github.com/XAMPPRocky/tokei/releases/download/v12.1.2/tokei-x86_64-unknown-linux-gnu.tar.gz
source_amd64 = tokei-bin-12.1.2.tar.gz::https://github.com/XAMPPRocky/tokei/releases/download/v12.1.2/tokei-x86_64-unknown-linux-musl.tar.gz source_amd64 = tokei-bin-12.1.2.tar.gz::https://github.com/XAMPPRocky/tokei/releases/download/v12.1.2/tokei-x86_64-unknown-linux-musl.tar.gz
source_arm = tokei-bin-12.1.2.tar.gz::https://github.com/XAMPPRocky/tokei/releases/download/v12.1.2/tokei-x86_64-unknown-linux-gnueabi.tar.gz source_arm = tokei-bin-12.1.2.tar.gz::https://github.com/XAMPPRocky/tokei/releases/download/v12.1.2/tokei-x86_64-unknown-linux-gnueabi.tar.gz

View File

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