From 7292d1213f8238ec9d35ff17d7c91e59d49c3aad Mon Sep 17 00:00:00 2001 From: Andrew Benson Date: Tue, 5 Mar 2024 09:09:58 -0600 Subject: [PATCH] autorandr: update to 1.15. --- srcpkgs/autorandr/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/autorandr/template b/srcpkgs/autorandr/template index 2c02ffa629b..e35e6ce69d1 100644 --- a/srcpkgs/autorandr/template +++ b/srcpkgs/autorandr/template @@ -1,7 +1,7 @@ # Template file for 'autorandr' pkgname=autorandr -version=1.14 -revision=2 +version=1.15 +revision=1 build_style=python3-module hostmakedepends="python3-setuptools pkg-config desktop-file-utils" 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=d7d4f2e57c14c0e032ddfde24da2b22e5831cc792dca2c6bad3622502e634c60 +checksum=1579b6b4d44669a0db22268524ea512f60da02eeecffddf81f7327aaf56485f5 post_install() { make install TARGETS='pmutils udev autostart_config bash_completion' \