summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3e70f0497dff..153683eb3017 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,18 @@
pkgname=virtboard
pkgver=0.0.6
-pkgrel=1
+pkgrel=2
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)
-depends=(wayland
+depends=(cairo
libxkbcommon
- cairo)
+ wayland)
makedepends=(git
pkg-config
- meson)
+ meson
+ wayland-protocols)
source=("https://source.puri.sm/Librem5/virtboard/-/archive/v${pkgver}/virtboard-v${pkgver}.tar.gz")
sha256sums=('0844d00b0cda6080d6a2c5b8e047ddf087c5f5f267a628d154033c7844b41181')