mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
release: update to 26.02.21
This commit is contained in:
parent
e318af1045
commit
2777ed39e6
2 changed files with 10 additions and 12 deletions
10
.SRCINFO
10
.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 = 5
|
||||
pkgver = 26.02.21
|
||||
pkgrel = 1
|
||||
url = https://codeberg.org/erffy/zig-waybar-contrib
|
||||
arch = x86_64
|
||||
license = GPL3
|
||||
optdepends = fakeroot: updates module
|
||||
provides = zig-waybar-contrib=2.0.0
|
||||
provides = zig-waybar-contrib=26.02.21
|
||||
conflicts = zig-waybar-contrib
|
||||
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 = 352abfeb532198f0009e987969f4ff06
|
||||
md5sums = 68adcbe6d340c78643634d1ef4087b5e
|
||||
md5sums = e507b8b656b2199bdfacbb81cafd9840
|
||||
md5sums = 93ed2d07501c3e0ed7c0132d0265548b
|
||||
md5sums = f1c10f726262b56101b2112a4ec181d2
|
||||
|
||||
pkgname = zig-waybar-contrib-beta-bin
|
||||
|
|
|
|||
12
PKGBUILD
12
PKGBUILD
|
|
@ -2,8 +2,8 @@
|
|||
|
||||
_pkgbase="zig-waybar-contrib"
|
||||
pkgname="${_pkgbase}-beta-bin"
|
||||
pkgver=2.0.0
|
||||
pkgrel=5
|
||||
pkgver=26.02.21
|
||||
pkgrel=1
|
||||
pkgdesc='High-performance Waybar modules written in Zig for efficient system monitoring (Beta binary version)'
|
||||
arch=('x86_64')
|
||||
url="https://codeberg.org/erffy/$_pkgbase"
|
||||
|
|
@ -18,11 +18,9 @@ source=(
|
|||
"config.waybar.jsonc::${url}/raw/branch/0.16.x-staging/config.waybar.jsonc"
|
||||
"LICENSE::${url}/raw/branch/0.16.x-staging/LICENSE"
|
||||
)
|
||||
md5sums=(
|
||||
'352abfeb532198f0009e987969f4ff06'
|
||||
'68adcbe6d340c78643634d1ef4087b5e'
|
||||
'f1c10f726262b56101b2112a4ec181d2'
|
||||
)
|
||||
md5sums=('e507b8b656b2199bdfacbb81cafd9840'
|
||||
'93ed2d07501c3e0ed7c0132d0265548b'
|
||||
'f1c10f726262b56101b2112a4ec181d2')
|
||||
|
||||
package() {
|
||||
cd "$srcdir"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue