From 15e2e672a93eef25c051cb1c9f7538914736a97c Mon Sep 17 00:00:00 2001 From: Andrew Benson Date: Tue, 17 Nov 2020 07:33:33 -0600 Subject: [PATCH] autorandr: update to 1.11. --- srcpkgs/autorandr/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/autorandr/template b/srcpkgs/autorandr/template index 593fa5dbcd9..35977a52948 100644 --- a/srcpkgs/autorandr/template +++ b/srcpkgs/autorandr/template @@ -1,7 +1,7 @@ # Template file for 'autorandr' pkgname=autorandr -version=1.10.1 -revision=2 +version=1.11 +revision=1 build_style=python3-module hostmakedepends="python3-setuptools pkg-config" depends="python3-setuptools xrandr" @@ -10,7 +10,7 @@ maintainer="Andrew Benson " license="GPL-3.0-only" homepage="https://github.com/phillipberndt/autorandr" distfiles="${homepage}/archive/${version}.tar.gz" -checksum=230fb9f3d5bf544a2547c01dbdda39812944cdd5465a679bb961769c7ddb552c +checksum=47e61984c3b426929527fb693d88e3bf9ebb82da625a3f840a624aa3fd891ce3 post_install() { make install TARGETS='pmutils udev autostart_config bash_completion' \