summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjustforlxz2022-12-27 14:48:40 +0800
committerjustforlxz2022-12-27 14:48:40 +0800
commit7d5572974380c9b31be1dced701ca002b6b94b3f (patch)
treede3a453c07a216ef3fb0552f3276bd756fa0c03e
parent44519cff2281ceb3962a428972e90e9a39e8a762 (diff)
downloadaur-7d5572974380c9b31be1dced701ca002b6b94b3f.tar.gz
update
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 6 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 621b11df401a..b65165058c35 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,10 @@ pkgbase = deepin-wayland-protocols-git
license = LGPL
makedepends = qt5-base
makedepends = extra-cmake-modules
+ provides = deepin-wayland-protocols-reborn
+ provides = deepin-wayland-protocols
+ conflicts = deepin-wayland-protocols-reborn
+ conflicts = deepin-wayland-protocols
source = deepin-wayland-protocols-git::git+https://github.com/linuxdeepin/deepin-wayland-protocols
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 6ecb294c28f9..799b66bcf17b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,6 +8,8 @@ url="https://github.com/justforlxz/deepin-wayland-protocols"
arch=(any)
license=(LGPL)
makedepends=(qt5-base extra-cmake-modules)
+provides=('deepin-wayland-protocols-reborn' 'deepin-wayland-protocols')
+conflicts=('deepin-wayland-protocols-reborn' 'deepin-wayland-protocols')
source=("${pkgname}::git+https://github.com/linuxdeepin/deepin-wayland-protocols")
sha256sums=('SKIP')