summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoão Figueiredo2021-11-28 23:07:45 +0000
committerJoão Figueiredo2021-11-28 23:07:45 +0000
commit47039b2fcbeb966782101e42b7b71f153a720b7f (patch)
tree7fcee4b425f727a0590c3e3a92d3ea4ddb742825
parent95da098d1c22aa679db1539624a58064fd64bd0d (diff)
downloadaur-47039b2fcbeb966782101e42b7b71f153a720b7f.tar.gz
Allow for kwinft to be installed alongside kwin
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fc43c47c3ab4..27b9649fe907 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = kdisplay-git
pkgdesc = App and daemon for display managing by the KWinFT project (kscreen fork)
- pkgver = 5.22.80_r1448.g0cb3d65
+ pkgver = 5.23.80_r1456.gc03ddcb
pkgrel = 1
url = https://gitlab.com/kwinft/kdisplay
arch = x86_64
@@ -18,7 +18,6 @@ pkgbase = kdisplay-git
depends = qt5-sensors
provides = kdisplay
conflicts = kdisplay
- conflicts = kscreen
source = git+https://gitlab.com/kwinft/kdisplay.git
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index c9c711013295..72e6f6630e67 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Andrea Scarpino <andrea@archlinux.org>
pkgname=kdisplay-git
-pkgver=5.22.80_r1448.g0cb3d65
+pkgver=5.23.80_r1456.gc03ddcb
pkgrel=1
pkgdesc="App and daemon for display managing by the KWinFT project (kscreen fork)"
arch=($CARCH)
@@ -13,7 +13,7 @@ license=(LGPL)
depends=(kcmutils kdeclarative kirigami2 ki18n plasma-framework qt5-graphicaleffects qt5-sensors)
makedepends=(git disman-git extra-cmake-modules kcmutils)
provides=(${pkgname%-git})
-conflicts=(${pkgname%-git} kscreen)
+conflicts=(${pkgname%-git})
source=("git+https://gitlab.com/kwinft/kdisplay.git")
sha512sums=('SKIP')