From f6981ba07658f794cdc05fbcd4fe21a0eafaddbe Mon Sep 17 00:00:00 2001 From: pathin Date: Sun, 22 Feb 2026 07:29:26 +0000 Subject: [PATCH] Update PKGBUILD and .SRCINFO with GitHub Actions --- .SRCINFO | 4 ++-- PKGBUILD | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 262b9dae52bb0..8c1c690e81b23 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = onset pkgdesc = Lightweight GTK4 autostart manager for Linux - pkgver = 1.0.2 + pkgver = 1.0.3 pkgrel = 1 url = https://github.com/xPathin/onset arch = x86_64 @@ -12,7 +12,7 @@ pkgbase = onset depends = libadwaita provides = onset conflicts = onset-git - source = onset-1.0.2.tar.gz::https://github.com/xPathin/onset/archive/v1.0.2.tar.gz + source = onset-1.0.3.tar.gz::https://github.com/xPathin/onset/archive/v1.0.3.tar.gz sha256sums = SKIP pkgname = onset diff --git a/PKGBUILD b/PKGBUILD index e57ae32ce38e7..6dab9e7185447 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Patrick Fischer pkgname=onset -pkgver=1.0.2 +pkgver=1.0.3 pkgrel=1 pkgdesc="Lightweight GTK4 autostart manager for Linux" arch=('x86_64' 'aarch64')