mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
release: update to 2.0.0 Alpha 3
This commit is contained in:
parent
62f4209d0f
commit
e318af1045
2 changed files with 10 additions and 8 deletions
8
.SRCINFO
8
.SRCINFO
|
|
@ -1,17 +1,17 @@
|
|||
pkgbase = zig-waybar-contrib-beta-bin
|
||||
pkgdesc = High-performance Waybar modules written in Zig for efficient system monitoring (Beta binary version)
|
||||
pkgver = 2.0.0
|
||||
pkgrel = 4
|
||||
pkgrel = 5
|
||||
url = https://codeberg.org/erffy/zig-waybar-contrib
|
||||
arch = x86_64
|
||||
license = GPL3
|
||||
depends = fakeroot
|
||||
optdepends = fakeroot: updates module
|
||||
provides = zig-waybar-contrib=2.0.0
|
||||
conflicts = zig-waybar-contrib
|
||||
source = zig-waybar-contrib.zip::https://codeberg.org/erffy/zig-waybar-contrib/actions/runs/2405346/artifacts/zig-waybar-contrib-x86_64-linux-gnu
|
||||
source = zig-waybar-contrib.zip::https://codeberg.org/erffy/zig-waybar-contrib/actions/runs/2504346/artifacts/zig-waybar-contrib-x86_64-linux-gnu
|
||||
source = config.waybar.jsonc::https://codeberg.org/erffy/zig-waybar-contrib/raw/branch/0.16.x-staging/config.waybar.jsonc
|
||||
source = LICENSE::https://codeberg.org/erffy/zig-waybar-contrib/raw/branch/0.16.x-staging/LICENSE
|
||||
md5sums = 3ee87c9e66d76aa37e0e83c569252aba
|
||||
md5sums = 352abfeb532198f0009e987969f4ff06
|
||||
md5sums = 68adcbe6d340c78643634d1ef4087b5e
|
||||
md5sums = f1c10f726262b56101b2112a4ec181d2
|
||||
|
||||
|
|
|
|||
10
PKGBUILD
10
PKGBUILD
|
|
@ -3,21 +3,23 @@
|
|||
_pkgbase="zig-waybar-contrib"
|
||||
pkgname="${_pkgbase}-beta-bin"
|
||||
pkgver=2.0.0
|
||||
pkgrel=4
|
||||
pkgrel=5
|
||||
pkgdesc='High-performance Waybar modules written in Zig for efficient system monitoring (Beta binary version)'
|
||||
arch=('x86_64')
|
||||
url="https://codeberg.org/erffy/$_pkgbase"
|
||||
license=('GPL3')
|
||||
provides=("zig-waybar-contrib=$pkgver")
|
||||
conflicts=('zig-waybar-contrib')
|
||||
depends=('fakeroot')
|
||||
optdepends=(
|
||||
'fakeroot: updates module'
|
||||
)
|
||||
source=(
|
||||
"zig-waybar-contrib.zip::${url}/actions/runs/2405346/artifacts/zig-waybar-contrib-x86_64-linux-gnu"
|
||||
"zig-waybar-contrib.zip::${url}/actions/runs/2504346/artifacts/zig-waybar-contrib-x86_64-linux-gnu"
|
||||
"config.waybar.jsonc::${url}/raw/branch/0.16.x-staging/config.waybar.jsonc"
|
||||
"LICENSE::${url}/raw/branch/0.16.x-staging/LICENSE"
|
||||
)
|
||||
md5sums=(
|
||||
'3ee87c9e66d76aa37e0e83c569252aba'
|
||||
'352abfeb532198f0009e987969f4ff06'
|
||||
'68adcbe6d340c78643634d1ef4087b5e'
|
||||
'f1c10f726262b56101b2112a4ec181d2'
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue