mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
release: update to 2.0.0-alpha.2
This commit is contained in:
parent
f2c4b05d4b
commit
62f4209d0f
2 changed files with 17 additions and 14 deletions
14
.SRCINFO
14
.SRCINFO
|
|
@ -1,18 +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 = 3
|
||||
pkgrel = 4
|
||||
url = https://codeberg.org/erffy/zig-waybar-contrib
|
||||
arch = x86_64
|
||||
license = GPL3
|
||||
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/2278625/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 = 85a354c28f6bfdc9d7f0a9e5df1a4cc7
|
||||
md5sums = 282a9591456c5cdeeb3a966756d27acd
|
||||
md5sums = e82d9f97e08dad7b968fbbd80c7e67ee
|
||||
source = zig-waybar-contrib.zip::https://codeberg.org/erffy/zig-waybar-contrib/actions/runs/2405346/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 = 68adcbe6d340c78643634d1ef4087b5e
|
||||
md5sums = f1c10f726262b56101b2112a4ec181d2
|
||||
|
||||
pkgname = zig-waybar-contrib-beta-bin
|
||||
|
|
|
|||
17
PKGBUILD
17
PKGBUILD
|
|
@ -3,7 +3,7 @@
|
|||
_pkgbase="zig-waybar-contrib"
|
||||
pkgname="${_pkgbase}-beta-bin"
|
||||
pkgver=2.0.0
|
||||
pkgrel=3
|
||||
pkgrel=4
|
||||
pkgdesc='High-performance Waybar modules written in Zig for efficient system monitoring (Beta binary version)'
|
||||
arch=('x86_64')
|
||||
url="https://codeberg.org/erffy/$_pkgbase"
|
||||
|
|
@ -12,14 +12,14 @@ provides=("zig-waybar-contrib=$pkgver")
|
|||
conflicts=('zig-waybar-contrib')
|
||||
depends=('fakeroot')
|
||||
source=(
|
||||
"zig-waybar-contrib.zip::${url}/actions/runs/2278625/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"
|
||||
"zig-waybar-contrib.zip::${url}/actions/runs/2405346/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=(
|
||||
'85a354c28f6bfdc9d7f0a9e5df1a4cc7'
|
||||
'282a9591456c5cdeeb3a966756d27acd'
|
||||
'e82d9f97e08dad7b968fbbd80c7e67ee'
|
||||
'3ee87c9e66d76aa37e0e83c569252aba'
|
||||
'68adcbe6d340c78643634d1ef4087b5e'
|
||||
'f1c10f726262b56101b2112a4ec181d2'
|
||||
)
|
||||
|
||||
package() {
|
||||
|
|
@ -36,6 +36,9 @@ package() {
|
|||
install -Dm755 $bin "$pkgdir/usr/bin/waybar-module-$(basename "$bin")"
|
||||
done
|
||||
|
||||
# Replace executable path
|
||||
sed -i 's|{{EXECUTABLE_PATH}}|/usr/bin|g' config.waybar.jsonc
|
||||
|
||||
# Install config
|
||||
install -Dm644 config.waybar.jsonc "$pkgdir/usr/share/$_pkgbase/config.jsonc"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue