Update PKGBUILD and .SRCINFO with GitHub Actions

This commit is contained in:
pathin 2026-02-22 03:24:26 +00:00
parent d201413840
commit 454fe2972b
2 changed files with 6 additions and 2 deletions

View file

@ -1,7 +1,7 @@
pkgbase = onset
pkgdesc = Lightweight XDG autostart manager for Linux
pkgver = 1.0.0
pkgrel = 1
pkgrel = 2
url = https://github.com/xPathin/onset
arch = x86_64
arch = aarch64
@ -10,6 +10,8 @@ pkgbase = onset
makedepends = cargo
depends = gtk4
depends = libadwaita
provides = onset
conflicts = onset-git
source = onset-1.0.0.tar.gz::https://github.com/xPathin/onset/archive/v1.0.0.tar.gz
sha256sums = SKIP

View file

@ -1,13 +1,15 @@
# Maintainer: Patrick Fischer <aur at pathin dot me>
pkgname=onset
pkgver=1.0.0
pkgrel=1
pkgrel=2
pkgdesc="Lightweight XDG autostart manager for Linux"
arch=('x86_64' 'aarch64')
url="https://github.com/xPathin/onset"
license=('MIT')
depends=('gtk4' 'libadwaita')
makedepends=('rust' 'cargo')
provides=('onset')
conflicts=('onset-git')
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
sha256sums=('SKIP')