summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDan Johansen2020-05-21 17:31:06 +0200
committerDan Johansen2020-05-21 17:31:06 +0200
commit2432de6a1b62219534b99b80c9c990cd76523c30 (patch)
tree76614e74d708e7d5956c2846b7c78fd449cb9046 /PKGBUILD
parent36d82146fdc80d7f4854e21b3da139ef41b2363d (diff)
downloadaur-2432de6a1b62219534b99b80c9c990cd76523c30.tar.gz
add missing dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fdefcf6a8625..39df7b859159 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=corestuff
pkgver=2.9.0
-pkgrel=1
+pkgrel=2
pkgdesc="An activity viewer from the CoreApps family."
arch=('x86_64' 'aarch64')
url="https://gitlab.com/cubocore/$pkgname"
license=('GPL3')
-depends=('qt5-base' 'qt5-x11extras' 'kglobalaccel' 'libcsys>=2.7.1' 'libcprime>=2.7.1')
+depends=('qt5-base' 'qt5-x11extras' 'libxcomposite' 'kglobalaccel' 'libcsys>=2.7.1' 'libcprime>=2.7.1')
makedepends=('git')
replaces=('corebox')
groups=('coreapps')