diff --git a/mingw-w64-editorconfig-core-c/PKGBUILD b/mingw-w64-editorconfig-core-c/PKGBUILD index a135ad4376..11574895c5 100644 --- a/mingw-w64-editorconfig-core-c/PKGBUILD +++ b/mingw-w64-editorconfig-core-c/PKGBUILD @@ -3,8 +3,8 @@ _realname=editorconfig-core-c pkgbase=mingw-w64-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}") -pkgver=0.12.3 -pkgrel=2 +pkgver=0.12.5 +pkgrel=1 pkgdesc='EditorConfig core code written in C (mingw-w64)' url='https://github.com/editorconfig/editorconfig-core-c' arch=('any') @@ -14,7 +14,7 @@ depends=("${MINGW_PACKAGE_PREFIX}-pcre2") makedepends=("${MINGW_PACKAGE_PREFIX}-cmake" "${MINGW_PACKAGE_PREFIX}-doxygen") source=("${_realname}-${pkgver}.tar.gz::https://github.com/editorconfig/${_realname}/archive/v${pkgver}.tar.gz") -sha256sums=('64edf79500e104e47035cace903f5c299edba778dcff71b814b7095a9f14cbc1') +sha256sums=('b2b212e52e7ea6245e21eaf818ee458ba1c16117811a41e4998f3f2a1df298d2') prepare() { mkdir -p build-${MINGW_CHOST}