From c33f6c7f811b2fd6753de90d0284a086f6b58e0f Mon Sep 17 00:00:00 2001 From: Andrew Benson Date: Wed, 6 May 2020 08:07:41 -0500 Subject: [PATCH] autorandr: update to 1.10.1. --- srcpkgs/autorandr/template | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/srcpkgs/autorandr/template b/srcpkgs/autorandr/template index d0bb43577bb..b86b81a50ce 100644 --- a/srcpkgs/autorandr/template +++ b/srcpkgs/autorandr/template @@ -1,10 +1,9 @@ # Template file for 'autorandr' pkgname=autorandr -version=1.9 +version=1.10.1 revision=1 archs=noarch build_style=python3-module -pycompile_module="autorandr.py" hostmakedepends="python3-setuptools pkg-config" depends="python3-setuptools xrandr" short_desc="Automatically select a display configuration based on connected devices" @@ -12,7 +11,7 @@ maintainer="Andrew Benson " license="GPL-3.0-only" homepage="https://github.com/phillipberndt/autorandr" distfiles="${homepage}/archive/${version}.tar.gz" -checksum=fee7b1d4ebdb15380c40c02734ee147747fcbdefa49d79f2dca29523dfdbf7e0 +checksum=230fb9f3d5bf544a2547c01dbdda39812944cdd5465a679bb961769c7ddb552c post_install() { make install TARGETS='pmutils udev autostart_config bash_completion' \