summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoão Figueiredo2021-07-02 23:06:25 +0100
committerJoão Figueiredo2021-07-02 23:06:25 +0100
commitb9f3beb822f7e74140303adfea5fd738a35b3bd6 (patch)
tree1a8518664316e332636485cbb8991012052bc34d
parent5ce880847a5811e54c2c968b3ac76b1c0e8e3515 (diff)
downloadaur-b9f3beb822f7e74140303adfea5fd738a35b3bd6.tar.gz
Don't conflict with libkscreen
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8539269d6607..e47b7c4e6a0e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = disman-git
pkgdesc = Qt/C++ display management library by the KWinFT project (libkscreen fork)
pkgver = 0.522.80_r1808.g431141e
- pkgrel = 1
+ pkgrel = 2
url = https://gitlab.com/kwinft/disman
arch = x86_64
license = LGPL
@@ -17,7 +17,6 @@ pkgbase = disman-git
optdepends = kwayland: for the KDE output-management backend plugin
provides = disman
conflicts = disman
- conflicts = libkscreen
source = git+https://gitlab.com/kwinft/disman.git
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 0b7d5a4cfa5d..52ccd13155ae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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() {