summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 63b2895e1d39..7fbae85b3eeb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = virtboard
pkgdesc = Basic keyboard, blazing the path of modern Wayland keyboards
pkgver = 0.0.6
- pkgrel = 2
+ pkgrel = 3
url = https://source.puri.sm/Librem5/virtboard
arch = i686
arch = x86_64
- arch = armv6h
arch = armv7h
+ arch = aarch64
license = GPL3
makedepends = git
makedepends = pkg-config
diff --git a/PKGBUILD b/PKGBUILD
index 153683eb3017..1b16fb9d102d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
pkgname=virtboard
pkgver=0.0.6
-pkgrel=2
+pkgrel=3
pkgdesc="Basic keyboard, blazing the path of modern Wayland keyboards"
url="https://source.puri.sm/Librem5/virtboard"
license=("GPL3")
-arch=(i686 x86_64 armv6h armv7h)
+arch=(i686 x86_64 armv7h aarch64)
depends=(cairo
libxkbcommon
wayland)