summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjustforlxz2022-12-27 14:46:59 +0800
committerjustforlxz2022-12-27 14:46:59 +0800
commit2df7781afb5e57abf3f959fd0d2990db9f024aba (patch)
treec6f4fef0e9acdb6cc9fc665a95bdba5076349149
parent7c1e7a70155c928e6d49d3082d28684836a5daca (diff)
downloadaur-2df7781afb5e57abf3f959fd0d2990db9f024aba.tar.gz
update
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 52f0d19ac9cf..8c23da1bbd0e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,6 +13,8 @@ pkgbase = dde-kwin-git
depends = deepin-qt5integration-git
depends = deepin-wallpapers-git
depends = kwin
+ provides = dde-kwin-reborn
+ conflicts = dde-kwin-reborn
source = dde-kwin-git::git+https://github.com/linuxdeepin/dde-kwin/
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index a88180bdaad1..b3817ed65cfb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,6 +9,8 @@ url="https://github.com/linuxdeepin/dde-kwin"
license=('GPL3')
depends=('deepin-qt5integration-git' 'deepin-wallpapers-git' 'kwin')
makedepends=('extra-cmake-modules' 'expac' 'ninja' 'qt5-tools')
+provides=('dde-kwin-reborn')
+conflicts=('dde-kwin-reborn')
source=("$pkgname::git+https://github.com/linuxdeepin/dde-kwin/")
sha512sums=('SKIP')