qmk: update to 0.0.35
This commit is contained in:
parent
5e98032da6
commit
1b8cf92512
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'qmk'
|
# Template file for 'qmk'
|
||||||
pkgname=qmk
|
pkgname=qmk
|
||||||
version=0.0.34
|
version=0.0.35
|
||||||
revision=2
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
|
@ -22,7 +22,7 @@ maintainer="RinsedSloth <afernandezh@protonmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/qmk/qmk_cli"
|
homepage="https://github.com/qmk/qmk_cli"
|
||||||
distfiles="${PYPI_SITE}/q/qmk/qmk-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/q/qmk/qmk-${version}.tar.gz"
|
||||||
checksum=54b751abc83fd985e06bf3b5407070ba3321d5fb8d69419845982b3a48673a7d
|
checksum=e704ca31cdca264bfdd99c72a4849a9e9762043e4bf328118c49af92d1c0a3b5
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Reference in a new issue