summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoão Figueiredo2021-02-01 19:44:08 +0000
committerJoão Figueiredo2021-02-01 19:44:08 +0000
commitb11707b3068aa80777afdb4211c7352c9abe81ad (patch)
tree4d456b81d9da444aa468bfcb887ff71297546526
parent308ecb2518d3c73796e6894617841fdd33232048 (diff)
downloadaur-b11707b3068aa80777afdb4211c7352c9abe81ad.tar.gz
Added kde-syndication to provides
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1aeef4c3370e..3cc9c94767b2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,6 +13,7 @@ pkgbase = syndication-git
makedepends = qt5-doc
depends = kcodecs-git
provides = syndication
+ provides = kde-syndication
provides = kde-syndication-git
conflicts = syndication
conflicts = kde-syndication
diff --git a/PKGBUILD b/PKGBUILD
index 8b3e96d3cb8b..e84a5411118c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ license=(LGPL)
depends=(kcodecs-git)
makedepends=(git extra-cmake-modules-git doxygen qt5-tools qt5-doc)
conflicts=(${pkgname%-git} kde-syndication kde-syndication-git)
-provides=(${pkgname%-git} kde-syndication-git)
+provides=(${pkgname%-git} kde-syndication kde-syndication-git)
groups=(kf5-git)
replaces=(kde-syndication-git)
source=("git+https://github.com/KDE/${pkgname%-git}.git")