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:
@@ -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')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user