summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Goto2020-04-13 17:24:06 +0200
committerPhilip Goto2020-04-13 17:24:06 +0200
commit4c5a22f8eaf68c6bb636c3717aa3425df9acb0ea (patch)
tree9060a09b59d3acb53892973c10debf1c75430517
parentf94062368dfcbc28823d3fc3ffd3cd21240954bb (diff)
downloadaur-4c5a22f8eaf68c6bb636c3717aa3425df9acb0ea.tar.gz
Add architectures
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f6f1f034c94a..2184b0a2f0e0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,14 @@
pkgbase = squeekboard
pkgdesc = Virtual keyboard supporting Wayland, built primarily for the Librem 5 phone
pkgver = 1.9.0
- pkgrel = 1
+ pkgrel = 2
url = https://source.puri.sm/Librem5/squeekboard
arch = i686
arch = x86_64
+ arch = arm
arch = armv6h
arch = armv7h
+ arch = aarch64
license = GPL3
makedepends = pkg-config
makedepends = meson
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'