George Hu pushed to branch main at Arch Linux / Packaging / Packages /
showmethekey
Commits:
dbf55594 by George Hu at 2025-09-19T19:15:34+08:00
Remove redundant architectures
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -4,10 +4,6 @@ pkgbase = showmethekey
pkgrel = 1
url = https://showmethekey.alynx.one/
arch = x86_64
- arch = i686
- arch = aarch64
- arch = armv7h
- arch = armv6h
license = Apache-2.0
makedepends = meson
makedepends = glib2-devel
=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@ pkgname=showmethekey
pkgver=1.18.4
pkgrel=1
pkgdesc="A screenkey alternative that works under Wayland via libinput."
-arch=("x86_64" "i686" "aarch64" "armv7h" "armv6h")
+arch=('x86_64')
url="https://showmethekey.alynx.one/"
license=("Apache-2.0")
depends=("libevdev" "udev" "libinput" "glib2" "gtk4" "libadwaita" "json-glib"
"cairo" "pango" "libxkbcommon" "polkit")
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/showmethekey/-/commit/dbf55594a11e853a3c932b821b3cbaef95b27586
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/showmethekey/-/commit/dbf55594a11e853a3c932b821b3cbaef95b27586
You're receiving this email because of your account on gitlab.archlinux.org.