diff --git a/.SRCINFO b/.SRCINFO index 13bf07c..ba4fe0a 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -15,8 +15,6 @@ conflicts = tokei-git conflicts = tokei-bin license = MIT license = apache -makedepends = curl -makedepends = jq options = !strip provides = tokei provides = tokei-bin @@ -26,8 +24,6 @@ source = https://raw.githubusercontent.com/XAMPPRocky/tokei/v12.1.2/LICENCE-MIT sha512sums = fc85b0fa18b3cc56e542b2d0901f37f5c4a2307e282c516f7a71bf8d557fa82ca1b8a09a8f9e0c043f9ddd3ed0553e731a93663a8a7148e8dc1ea90e9b5b7d02 sha512sums = f0dc1210dee46c500d53ffad7e24534bb5f3904fb64c7d060b3e88a3a54ee6e4ca044bdc916110f933d2c5e91833c7b5e6263dff021ffc3d618146159a6807f0 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_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 diff --git a/PKGBUILD b/PKGBUILD index 7b1eed1..f37e275 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -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")