butler: makedep on git, disable clang64

it failed due to missing git, but there still are other build errors
with clang..
This commit is contained in:
Christoph Reiter
2022-06-23 09:08:35 +02:00
parent a4ad3321fb
commit b0618056d5

View File

@@ -7,10 +7,10 @@ pkgver=15.21.0
pkgrel=1
pkgdesc='Command-line itch.io helper (mingw-w64)'
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64')
mingw_arch=('mingw32' 'mingw64' 'ucrt64')
url="https://github.com/itchio/butler"
license=('MIT')
makedepends=("${MINGW_PACKAGE_PREFIX}-go")
makedepends=("${MINGW_PACKAGE_PREFIX}-go" "git")
source=("https://github.com/itchio/butler/archive/refs/tags/v$pkgver.tar.gz")
sha256sums=('390c75e1a03d2667383df9b8ca5e01f44ee21cecc7d18e165d7439b73c3df447')