summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Goto2019-12-23 15:41:57 +0100
committerPhilip Goto2019-12-23 15:41:57 +0100
commitd40d8747d3d4515527cb18a29b768ef1c21ee3f3 (patch)
treeda9b0f8974adb3127c5b83e6cb03338052855061
parent0d6ff46295fb716998aac495716ddcbb9311d68e (diff)
downloadaur-d40d8747d3d4515527cb18a29b768ef1c21ee3f3.tar.gz
Fix dependencies
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD9
2 files changed, 11 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bd6aced37d14..89101a4b24ce 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = virtboard-git
pkgdesc = Basic keyboard, blazing the path of modern Wayland keyboards
- pkgver = 0.0.5.r12.g49b04fb6
+ pkgver = 0.0.6.r0.g1d30b078
pkgrel = 1
url = https://source.puri.sm/Librem5/virtboard
arch = i686
@@ -11,6 +11,10 @@ pkgbase = virtboard-git
makedepends = git
makedepends = pkg-config
makedepends = meson
+ makedepends = wayland-protocols
+ depends = cairo
+ depends = libxkbcommon
+ depends = wayland
provides = virtboard
conflicts = virtboard
source = git+https://source.puri.sm/Librem5/virtboard.git
diff --git a/PKGBUILD b/PKGBUILD
index 8ace16005bf4..2e612b0791f3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,19 @@
# Maintainer: Philip Goto <philip.goto@gmail.com>
pkgname=virtboard-git
-pkgver=0.0.5.r12.g49b04fb6
+pkgver=0.0.6.r0.g1d30b078
pkgrel=1
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=()
+depends=(cairo
+ libxkbcommon
+ wayland)
makedepends=(git
pkg-config
- meson)
+ meson
+ wayland-protocols)
provides=(virtboard)
conflicts=(virtboard)
source=("git+https://source.puri.sm/Librem5/virtboard.git")