python-qmk: update to 1.1.2

This commit is contained in:
Mehdi Chinoune
2023-04-05 12:33:50 +00:00
committed by مهدي شينون (Mehdi Chinoune)
parent 34c0b3d8ce
commit 2b3e21b754

View File

@@ -3,8 +3,8 @@
_realname=qmk
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=1.1.1
pkgrel=2
pkgver=1.1.2
pkgrel=1
pkgdesc="CLI tool for customizing supported mechanical keyboards. (mingw-w64)"
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32')
@@ -27,7 +27,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python"
"${MINGW_PACKAGE_PREFIX}-python-setuptools"
"${MINGW_PACKAGE_PREFIX}-python-wheel")
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
sha256sums=('dd028e09ebcd61f8bdf8cb82929dfafc0e007d97a5a3803b45819b4641773269')
sha256sums=('f871f88f1a0ca31ba31a009d716417e46bc538a4f8df8ede6a801c9076c22998')
prepare() {
cd "${srcdir}/${_realname}-${pkgver}"