libguess: restore mingw32

Fixes #20171
This commit is contained in:
Christoph Reiter
2024-02-24 19:46:14 +01:00
parent 2f9442b89f
commit 202d466390

View File

@@ -4,10 +4,10 @@ _realname=libguess
pkgbase=mingw-w64-${_realname}
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=1.2
pkgrel=4
pkgrel=5
pkgdesc="High-speed character set detection library (mingw-w64)"
arch=('any')
mingw_arch=('mingw64' 'ucrt64' 'clang64')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64')
url="https://github.com/kaniini/libguess"
license=('custom')
depends=("${MINGW_PACKAGE_PREFIX}-libmowgli")