mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update PKGBUILD and .SRCINFO with GitHub Actions
This commit is contained in:
parent
d201413840
commit
454fe2972b
2 changed files with 6 additions and 2 deletions
4
.SRCINFO
4
.SRCINFO
|
|
@ -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
|
||||
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -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')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue