summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlibrewish2020-11-11 14:40:52 +0530
committerlibrewish2020-11-11 14:40:52 +0530
commitf472c89739feb4ab94aa5aaba0ed59787420ba38 (patch)
tree59f282e1022b40243338ca1746f352f48cc40390
parentba13bb6064d91e021f864db618855a71d0decf61 (diff)
downloadaur-f472c89739feb4ab94aa5aaba0ed59787420ba38.tar.gz
update
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3b0e85f586ca..bad86faf93ec 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,8 +8,8 @@ pkgbase = libdesqwl-git
license = none
makedepends = git
depends = qt5-base
+ depends = qt5-wayland
depends = wayfire
- depends = wayland-protocols
provides = libdesqwl
conflicts = libdesqwl
source = git+https://gitlab.com/Desq/libdesqwl.git
diff --git a/PKGBUILD b/PKGBUILD
index 22fe20849557..935b1a33ea7e 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' 'wayland-protocols')
+depends=('qt5-base' 'qt5-wayland' 'wayfire')
makedepends=('git')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")