diff options
author | João Figueiredo | 2021-07-02 23:06:25 +0100 |
---|---|---|
committer | João Figueiredo | 2021-07-02 23:06:25 +0100 |
commit | b9f3beb822f7e74140303adfea5fd738a35b3bd6 (patch) | |
tree | 1a8518664316e332636485cbb8991012052bc34d /PKGBUILD | |
parent | 5ce880847a5811e54c2c968b3ac76b1c0e8e3515 (diff) | |
download | aur-b9f3beb822f7e74140303adfea5fd738a35b3bd6.tar.gz |
Don't conflict with libkscreen
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -4,7 +4,7 @@ pkgname=disman-git pkgver=0.522.80_r1808.g431141e -pkgrel=1 +pkgrel=2 pkgdesc='Qt/C++ display management library by the KWinFT project (libkscreen fork)' arch=($CARCH) url='https://gitlab.com/kwinft/disman' @@ -15,8 +15,8 @@ optdepends=('libxcb: for the X11 backend plugin' 'wrapland-git: for the KWinFT and wlroots backend plugins' 'kwayland: for the KDE output-management backend plugin') provides=(${pkgname%-git}) -conflicts=(${pkgname%-git} libkscreen) -source=('git+https://gitlab.com/kwinft/disman.git') +conflicts=(${pkgname%-git}) +source=("git+https://gitlab.com/kwinft/disman.git") sha512sums=('SKIP') pkgver() { |