autorandr: update to 1.7.
This commit is contained in:
parent
0a20c442e0
commit
cbcae6c002
1 changed files with 3 additions and 3 deletions
|
@ -1,18 +1,18 @@
|
||||||
# Template file for 'autorandr'
|
# Template file for 'autorandr'
|
||||||
pkgname=autorandr
|
pkgname=autorandr
|
||||||
version=1.6
|
version=1.7
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
pycompile_module="autorandr.py"
|
pycompile_module="autorandr.py"
|
||||||
hostmakedepends="python3-setuptools pkg-config"
|
hostmakedepends="python3-setuptools pkg-config"
|
||||||
depends="python3 xrandr"
|
depends="python3-setuptools xrandr"
|
||||||
short_desc="Automatically select a display configuration based on connected devices"
|
short_desc="Automatically select a display configuration based on connected devices"
|
||||||
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
||||||
license="GPL-3.0-only"
|
license="GPL-3.0-only"
|
||||||
homepage="https://github.com/phillipberndt/autorandr"
|
homepage="https://github.com/phillipberndt/autorandr"
|
||||||
distfiles="${homepage}/archive/${version}.tar.gz"
|
distfiles="${homepage}/archive/${version}.tar.gz"
|
||||||
checksum=51b9e29765f2af547e263cd1cfb4aabcd854270b964703dd9a7a71150cee11b4
|
checksum=3d8454fff9e2c98a707fa7f4c556eafff54cd11fde63ed6439ac7f47c185348b
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
make install TARGETS='pmutils udev autostart_config bash_completion' \
|
make install TARGETS='pmutils udev autostart_config bash_completion' \
|
||||||
|
|
Loading…
Reference in a new issue