summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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')