diff --git a/mingw-w64-oniguruma/PKGBUILD b/mingw-w64-oniguruma/PKGBUILD index 7980629000..9cf3fa6175 100644 --- a/mingw-w64-oniguruma/PKGBUILD +++ b/mingw-w64-oniguruma/PKGBUILD @@ -4,12 +4,12 @@ _realname=onig _fullname=oniguruma pkgbase=mingw-w64-${_fullname} pkgname="${MINGW_PACKAGE_PREFIX}-${_fullname}" -pkgver=6.9.9 +pkgver=6.9.10 pkgrel=1 pkgdesc="A regular expressions library (mingw-w64)" arch=('any') mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64') -license=('BSD') +license=('spdx:BSD-2-Clause') url="https://github.com/kkos/oniguruma" msys2_references=( "cpe: cpe:/a:oniguruma_project:oniguruma" @@ -17,7 +17,7 @@ msys2_references=( makedepends=("${MINGW_PACKAGE_PREFIX}-autotools" "${MINGW_PACKAGE_PREFIX}-cc") source=("https://github.com/kkos/${_fullname}/releases/download/v${pkgver}/${_realname}-${pkgver}.tar.gz" 0001-onig-config-win-paths.patch) -sha256sums=('60162bd3b9fc6f4886d4c7a07925ffd374167732f55dce8c491bfd9cd818a6cf' +sha256sums=('2a5cfc5ae259e4e97f86b68dfffc152cdaffe94e2060b770cb827238d769fc05' '0163df619698fc1a25733db63538a2e65bdfdc5b19383f1d8bca50d5bbfff0f1') prepare() {