From 2c80b81b1eb95669a976c961903071d4f95b4293 Mon Sep 17 00:00:00 2001 From: Andrew Benson Date: Fri, 23 Jun 2023 07:29:43 -0500 Subject: [PATCH] autorandr: update to 1.14. --- srcpkgs/autorandr/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/autorandr/template b/srcpkgs/autorandr/template index 4c1ed42c6a0..df0b1a50b95 100644 --- a/srcpkgs/autorandr/template +++ b/srcpkgs/autorandr/template @@ -1,6 +1,6 @@ # Template file for 'autorandr' pkgname=autorandr -version=1.13.3 +version=1.14 revision=1 build_style=python3-module hostmakedepends="python3-setuptools pkg-config desktop-file-utils" @@ -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=512538d230bb46bf64f5f4203df841872867cb06e0afc0b25a2552529f5b286d +checksum=d7d4f2e57c14c0e032ddfde24da2b22e5831cc792dca2c6bad3622502e634c60 post_install() { make install TARGETS='pmutils udev autostart_config bash_completion' \