summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPhilip Goto2020-04-13 17:24:06 +0200
committerPhilip Goto2020-04-13 17:24:06 +0200
commit4c5a22f8eaf68c6bb636c3717aa3425df9acb0ea (patch)
tree9060a09b59d3acb53892973c10debf1c75430517 /PKGBUILD
parentf94062368dfcbc28823d3fc3ffd3cd21240954bb (diff)
downloadaur-4c5a22f8eaf68c6bb636c3717aa3425df9acb0ea.tar.gz
Add architectures
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fe5633dbebcd..9f7171666bbf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
pkgname=squeekboard
pkgver=1.9.0
-pkgrel=1
+pkgrel=2
pkgdesc="Virtual keyboard supporting Wayland, built primarily for the Librem 5 phone"
url="https://source.puri.sm/Librem5/squeekboard"
license=("GPL3")
-arch=('i686' 'x86_64' 'armv6h' 'armv7h')
+arch=(i686 x86_64 arm armv6h armv7h aarch64)
depends=('gnome-desktop'
'python')
makedepends=('pkg-config'