From aa839c224714527a25a20cba442bee6c112d4f55 Mon Sep 17 00:00:00 2001 From: pathin Date: Sun, 22 Feb 2026 04:09:57 +0000 Subject: [PATCH] Update PKGBUILD and .SRCINFO with GitHub Actions --- .SRCINFO | 4 ++-- PKGBUILD | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 29a87d88361bc..a4668a5cd9408 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = onset-git - pkgdesc = Lightweight XDG autostart manager for Linux - pkgver = 1.0.0.r2.g7ada8b5 + pkgdesc = Lightweight GTK4 autostart manager for Linux + pkgver = 1.0.0.r8.g2e92db9 pkgrel = 1 url = https://github.com/xPathin/onset arch = x86_64 diff --git a/PKGBUILD b/PKGBUILD index 5d691eb7891ae..4023db6e386ca 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,8 +1,8 @@ # Maintainer: Patrick Fischer pkgname=onset-git -pkgver=1.0.0.r2.g7ada8b5 +pkgver=1.0.0.r8.g2e92db9 pkgrel=1 -pkgdesc="Lightweight XDG autostart manager for Linux" +pkgdesc="Lightweight GTK4 autostart manager for Linux" arch=('x86_64' 'aarch64') url="https://github.com/xPathin/onset" license=('MIT')