summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzneix2021-05-13 15:15:41 +0200
committerzneix2021-05-13 15:15:41 +0200
commitac90c4cd16d7f56b16b4d3d205e9a4c5aab2edfb (patch)
tree6e388e34075373dbb4603874a7e9e366d5855f16
parent542d4faa1ba88022b5ad30e951aebafe0f406950 (diff)
downloadaur-ac90c4cd16d7f56b16b4d3d205e9a4c5aab2edfb.tar.gz
Specify tested architectures
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f98a835759d9..d3488b09129a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,8 @@ pkgbase = x11-emoji-picker-git
pkgver = r41.4c47dd3
pkgrel = 1
url = https://github.com/GaZaTu/x11-emoji-picker
- arch = any
+ arch = x86_64
+ arch = armv7h
license = MIT
makedepends = cmake
makedepends = git
diff --git a/PKGBUILD b/PKGBUILD
index 6ae8f36e79f0..b3129d87d37a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=x11-emoji-picker-git
pkgver=r41.4c47dd3
pkgrel=1
pkgdesc='Linux XServer emoji picker written in C++.'
-arch=('any')
+arch=('x86_64' 'armv7h')
url=https://github.com/GaZaTu/x11-emoji-picker
license=('MIT')
depends=('qt5-base' 'icu' 'xdotool')