forked from external/yambar
PKGBUILD: works on aarch64 too
This commit is contained in:
parent
fb4db1f856
commit
d108cce689
2 changed files with 2 additions and 2 deletions
2
PKGBUILD
2
PKGBUILD
|
@ -2,7 +2,7 @@ pkgname=yambar
|
|||
pkgver=1.4.0
|
||||
pkgrel=1
|
||||
pkgdesc="Simplistic and highly configurable status panel for X and Wayland"
|
||||
arch=('x86_64')
|
||||
arch=('x86_64' 'aarch64')
|
||||
url=https://codeberg.org/dnkl/yambar
|
||||
license=(mit)
|
||||
makedepends=('meson' 'ninja' 'scdoc' 'tllist>=1.0.1')
|
||||
|
|
|
@ -2,7 +2,7 @@ pkgname=yambar-wayland
|
|||
pkgver=1.4.0
|
||||
pkgrel=1
|
||||
pkgdesc="Simplistic and highly configurable status panel for Wayland"
|
||||
arch=('x86_64')
|
||||
arch=('x86_64' 'aarch64')
|
||||
url=https://codeberg.org/dnkl/yambar
|
||||
license=(mit)
|
||||
conflicts=('yambar')
|
||||
|
|
Loading…
Add table
Reference in a new issue