mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
release: update to 2.0.0 Beta 6
This commit is contained in:
parent
907b6dd49a
commit
cd2e3f4e75
2 changed files with 10 additions and 16 deletions
12
.SRCINFO
12
.SRCINFO
|
|
@ -1,20 +1,18 @@
|
|||
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 = 1
|
||||
pkgrel = 2
|
||||
url = https://codeberg.org/erffy/zig-waybar-contrib
|
||||
arch = x86_64
|
||||
license = GPL3
|
||||
optdepends = fakeroot: required for the updates module
|
||||
optdepends = amdsmi: AMD GPU Backend
|
||||
optdepends = cuda: NVIDIA GPU Backend
|
||||
depends = fakeroot
|
||||
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/2173940/artifacts/zig-waybar-contrib-ReleaseFast-x86_64-linux-gnu
|
||||
source = zig-waybar-contrib.zip::https://codeberg.org/erffy/zig-waybar-contrib/actions/runs/2233373/artifacts/zig-waybar-contrib-ReleaseFast-x86_64-linux-gnu
|
||||
source = config.waybar.jsonc::https://codeberg.org/erffy/zig-waybar-contrib/raw/branch/0.16-dev/config.waybar.jsonc
|
||||
source = LICENSE::https://codeberg.org/erffy/zig-waybar-contrib/raw/branch/0.16-dev/LICENSE
|
||||
md5sums = a7d61761729528e7067e348d99d286e2
|
||||
md5sums = 9eccd5ee5c3c72bd21e5bda2cdf78000
|
||||
md5sums = 282a9591456c5cdeeb3a966756d27acd
|
||||
md5sums = 9bbaac5ea06926c87d57bb799d7825a2
|
||||
md5sums = e82d9f97e08dad7b968fbbd80c7e67ee
|
||||
|
||||
pkgname = zig-waybar-contrib-beta-bin
|
||||
|
|
|
|||
14
PKGBUILD
14
PKGBUILD
|
|
@ -3,27 +3,23 @@
|
|||
_pkgbase="zig-waybar-contrib"
|
||||
pkgname="${_pkgbase}-beta-bin"
|
||||
pkgver=2.0.0
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
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')
|
||||
optdepends=(
|
||||
'fakeroot: required for the updates module'
|
||||
'amdsmi: AMD GPU Backend'
|
||||
'cuda: NVIDIA GPU Backend'
|
||||
)
|
||||
depends=('fakeroot')
|
||||
source=(
|
||||
"zig-waybar-contrib.zip::${url}/actions/runs/2173940/artifacts/zig-waybar-contrib-ReleaseFast-x86_64-linux-gnu"
|
||||
"zig-waybar-contrib.zip::${url}/actions/runs/2233373/artifacts/zig-waybar-contrib-ReleaseFast-x86_64-linux-gnu"
|
||||
"config.waybar.jsonc::${url}/raw/branch/0.16-dev/config.waybar.jsonc"
|
||||
"LICENSE::${url}/raw/branch/0.16-dev/LICENSE"
|
||||
)
|
||||
md5sums=(
|
||||
'a7d61761729528e7067e348d99d286e2'
|
||||
'9eccd5ee5c3c72bd21e5bda2cdf78000'
|
||||
'282a9591456c5cdeeb3a966756d27acd'
|
||||
'9bbaac5ea06926c87d57bb799d7825a2'
|
||||
'e82d9f97e08dad7b968fbbd80c7e67ee'
|
||||
)
|
||||
|
||||
package() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue