From c35a9f775574f3c3cbf0e2eda20b77ba7579c3ed Mon Sep 17 00:00:00 2001 From: Andrew Benson Date: Wed, 18 Jan 2023 08:37:34 -0600 Subject: [PATCH] autorandr: update to 1.13.1. --- srcpkgs/autorandr/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/autorandr/template b/srcpkgs/autorandr/template index d8674eb21e5..5829e872cdf 100644 --- a/srcpkgs/autorandr/template +++ b/srcpkgs/autorandr/template @@ -1,7 +1,7 @@ # Template file for 'autorandr' pkgname=autorandr -version=1.12.1 -revision=2 +version=1.13.1 +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=2fa2fa6e76a208dc6e2f3a5c743aef14b8b3fd0ed18132e25f79cde3a00b0309 +checksum=44f9ab9e0a7641e717b82fcc8f81d8eeb656a1e5dd40b8f522946bfb7d870d9f post_install() { make install TARGETS='pmutils udev autostart_config bash_completion' \