nanovg: Update to r416 and enable aarch64 builds (#24051)
This commit is contained in:
parent
d73c36e881
commit
f94af9cd71
@ -5,17 +5,17 @@ pkgbase=mingw-w64-${_realname}
|
||||
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
|
||||
conflicts=("${MINGW_PACKAGE_PREFIX}-${_realname}-git")
|
||||
replaces=("${MINGW_PACKAGE_PREFIX}-${_realname}-git")
|
||||
pkgver=r398.c35e80c
|
||||
pkgrel=2
|
||||
pkgver=r416.f93799c
|
||||
pkgrel=1
|
||||
pkgdesc="Small antialiased vector graphics rendering library for OpenGL (mingw-w64)"
|
||||
arch=('any')
|
||||
mingw_arch=('mingw64' 'ucrt64' 'clang64')
|
||||
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||
url="https://github.com/memononen/nanovg"
|
||||
license=('spdx:Zlib')
|
||||
makedepends=("git" "${MINGW_PACKAGE_PREFIX}-premake4" "${MINGW_PACKAGE_PREFIX}-cc")
|
||||
_commit="c35e80c3fed7445b4e2973fccccc89afd97834cf"
|
||||
_commit="f93799c078fa11ed61c078c65a53914c8782c00b"
|
||||
source=("${_realname}"::"git+https://github.com/memononen/nanovg.git#commit=${_commit}")
|
||||
sha256sums=('SKIP')
|
||||
sha256sums=('7066b9214cda50291cb2dacea560981d7260b1e790099ce2191e9117b3d5762f')
|
||||
|
||||
case ${MINGW_CHOST} in
|
||||
i686*)
|
||||
@ -26,6 +26,10 @@ case ${MINGW_CHOST} in
|
||||
_mach=x86_64
|
||||
_ctype=release64
|
||||
;;
|
||||
aarch64*)
|
||||
_mach=aarch64
|
||||
_ctype=release64
|
||||
;;
|
||||
esac
|
||||
|
||||
pkgver() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user