From 141611df0709c75a27fa3abcdfe7f5db20885539 Mon Sep 17 00:00:00 2001 From: pathin Date: Sun, 22 Feb 2026 06:26:56 +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 3851a197fa2ab..262b9dae52bb0 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = onset pkgdesc = Lightweight GTK4 autostart manager for Linux - pkgver = 1.0.1 + pkgver = 1.0.2 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.1.tar.gz::https://github.com/xPathin/onset/archive/v1.0.1.tar.gz + source = onset-1.0.2.tar.gz::https://github.com/xPathin/onset/archive/v1.0.2.tar.gz sha256sums = SKIP pkgname = onset diff --git a/PKGBUILD b/PKGBUILD index 8c999cfb44e7d..e57ae32ce38e7 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Patrick Fischer pkgname=onset -pkgver=1.0.1 +pkgver=1.0.2 pkgrel=1 pkgdesc="Lightweight GTK4 autostart manager for Linux" arch=('x86_64' 'aarch64')