Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions srcpkgs/python3-qtile-extras/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'python3-qtile-extras'
pkgname=python3-qtile-extras
version=0.35.0
version=0.36.0
revision=1
build_style=python3-pep517
hostmakedepends="python3-wheel python3-setuptools python3-setuptools_scm"
Expand All @@ -11,7 +11,7 @@ license="MIT"
homepage="https://github.com/elParaguayo/qtile-extras"
changelog="https://raw.githubusercontent.com/elParaguayo/qtile-extras/main/CHANGELOG"
distfiles="${PYPI_SITE}/q/qtile-extras/qtile_extras-${version}.tar.gz"
checksum=5d3468d1d5a0ce294e8bfde0e08ff924b6bddd49cd6c08999336e5c24c742d8e
checksum=879f38c12e345f7d0f4c160e03bde05bd4226e30b2b8db486e2831835c265e22
# Tests require a lot of python modules that are not packaged
make_check=no

Expand Down
4 changes: 2 additions & 2 deletions srcpkgs/qtile/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'qtile'
pkgname=qtile
version=0.35.0
version=0.36.0
revision=1
build_style=python3-pep517
_wlroots=0.19
Expand All @@ -16,7 +16,7 @@ license="MIT"
homepage="http://www.qtile.org/"
changelog="https://raw.githubusercontent.com/qtile/qtile/master/CHANGELOG"
distfiles="${PYPI_SITE}/q/qtile/qtile-${version}.tar.gz"
checksum=c8ab07285d719f3ae837645ad4b447065c7ebcaf3f04c8de56abc8875fdf1369
checksum=1337d0d7db44fca99c79647bc5d04e35a9371ba858bd782f2fe29a7d2f5c311e

pre_build() {
# CFLAGS+=" $($PKG_CONFIG --cflags cairo pixman-1 libdrm wlroots-${_wlroots})"
Expand Down