summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlibrewish2020-11-11 14:36:57 +0530
committerlibrewish2020-11-11 14:36:57 +0530
commitba13bb6064d91e021f864db618855a71d0decf61 (patch)
tree26e5ac83d4e1665c31e090096904a9d0b94a9939
parente916314166615f613b5ab779ea77ea1f9bf36ffc (diff)
downloadaur-ba13bb6064d91e021f864db618855a71d0decf61.tar.gz
update
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dfa2ab072084..3b0e85f586ca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,6 +9,7 @@ pkgbase = libdesqwl-git
makedepends = git
depends = qt5-base
depends = wayfire
+ depends = wayland-protocols
provides = libdesqwl
conflicts = libdesqwl
source = git+https://gitlab.com/Desq/libdesqwl.git
diff --git a/PKGBUILD b/PKGBUILD
index d25c49ffbfc6..22fe20849557 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc="Wayland support for DesQ"
arch=('any')
url="https://gitlab.com/DesQ"
license=('none')
-depends=('qt5-base' 'wayfire')
+depends=('qt5-base' 'wayfire' 'wayland-protocols')
makedepends=('git')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")