PKGBUILD: works on aarch64 too

This commit is contained in:
Daniel Eklöf 2020-06-05 12:05:43 +02:00
parent fb4db1f856
commit d108cce689
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
2 changed files with 2 additions and 2 deletions

View file

@ -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')

View file

@ -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')