summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlibrewish2020-01-26 10:21:41 +0530
committerlibrewish2020-01-26 10:21:41 +0530
commita5f44b5a092cb6f28a7128efe35e14f29688189c (patch)
treee665e4f87a7311ed93c5563ffbe697354fef532c
parente39a807b825c0eb6205f73020cf68212ce3f893c (diff)
downloadaur-a5f44b5a092cb6f28a7128efe35e14f29688189c.tar.gz
changes
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ac82d7e61ed6..5982fd4fcc9d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,6 +8,7 @@ pkgbase = libdesq-git
license = none
makedepends = git
depends = qt5-base
+ depends = qt5-x11extras
provides = libdesq
conflicts = libdesq
source = git+https://gitlab.com/Desq/libdesq.git
diff --git a/PKGBUILD b/PKGBUILD
index 978338a365e4..fd9a476fac14 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc="The DesQ library to handle X11 protocols, system calls, classes and fun
arch=('any')
url="https://gitlab.com/DesQ"
license=('none')
-depends=('qt5-base')
+depends=('qt5-base' 'qt5-x11extras')
makedepends=('git')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")