summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Goto2019-12-23 15:44:43 +0100
committerPhilip Goto2019-12-23 15:44:43 +0100
commit5a30d97c6cd2a0e3fad90d9404e4b10177e79ddd (patch)
tree6123e2caa976e4b09906d7a853de953987a5fa8d
parentd6c111b3a19603402c766e966830fa72946b9f0e (diff)
downloadaur-5a30d97c6cd2a0e3fad90d9404e4b10177e79ddd.tar.gz
Fix dependencies
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD9
2 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 12dc877cfd0e..63b2895e1d39 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = virtboard
pkgdesc = Basic keyboard, blazing the path of modern Wayland keyboards
pkgver = 0.0.6
- pkgrel = 1
+ pkgrel = 2
url = https://source.puri.sm/Librem5/virtboard
arch = i686
arch = x86_64
@@ -11,9 +11,10 @@ pkgbase = virtboard
makedepends = git
makedepends = pkg-config
makedepends = meson
- depends = wayland
- depends = libxkbcommon
+ makedepends = wayland-protocols
depends = cairo
+ depends = libxkbcommon
+ depends = wayland
source = https://source.puri.sm/Librem5/virtboard/-/archive/v0.0.6/virtboard-v0.0.6.tar.gz
sha256sums = 0844d00b0cda6080d6a2c5b8e047ddf087c5f5f267a628d154033c7844b41181
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')