From 7fdd1b4d8d4841fcebf15d41f145a67820ddece8 Mon Sep 17 00:00:00 2001 From: Achill Gilgenast Date: Mon, 30 Mar 2026 12:33:22 +0200 Subject: [PATCH] testing/autosuspend: rebuild against python 3.14 --- testing/autosuspend/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/autosuspend/APKBUILD b/testing/autosuspend/APKBUILD index 0a7930fbac6..7e99a032639 100644 --- a/testing/autosuspend/APKBUILD +++ b/testing/autosuspend/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Clayton Craft pkgname=autosuspend pkgver=10.1.0 -pkgrel=1 +pkgrel=2 pkgdesc="Daemon to automatically suspend and wake up a system" url="https://github.com/languitar/autosuspend" arch="all"