From d108cce68988520bb3ab0346d53a8535f12a94f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Fri, 5 Jun 2020 12:05:43 +0200 Subject: [PATCH] PKGBUILD: works on aarch64 too --- PKGBUILD | 2 +- PKGBUILD.wayland-only | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 3f278df..f1f8e05 100644 --- a/PKGBUILD +++ b/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') diff --git a/PKGBUILD.wayland-only b/PKGBUILD.wayland-only index f68f9eb..57bfb4c 100644 --- a/PKGBUILD.wayland-only +++ b/PKGBUILD.wayland-only @@ -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')