aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBart Ribbers <bribbers@disroot.org>2021-02-02 16:15:29 +0100
committerBart Ribbers <bribbers@disroot.org>2021-02-02 16:15:29 +0100
commit2370abb80ebd200f3babe95d6e91e561ba691780 (patch)
treea4604a0a2b3bbd91c00084b6a47b7589923561ea
parentb227f20141f9f150f136ee5fef404bc5eb85f650 (diff)
testing/mycroft-plasmoid: fix provides version
-rw-r--r--testing/mycroft-plasmoid/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/mycroft-plasmoid/APKBUILD b/testing/mycroft-plasmoid/APKBUILD
index ccb15444092..c11e401648c 100644
--- a/testing/mycroft-plasmoid/APKBUILD
+++ b/testing/mycroft-plasmoid/APKBUILD
@@ -25,7 +25,7 @@ makedepends="
source="https://invent.kde.org/utilities/mycroft-plasmoid/-/archive/$_commit/mycroft-plasmoid-$_commit.tar.gz"
builddir="$srcdir/mycroft-plasmoid-$_commit"
-provides="plasma-mycroft=$pkgver-$pkgrel" # Backwards compatibility
+provides="plasma-mycroft=$pkgver-r$pkgrel" # Backwards compatibility
replaces="plasma-mycroft" # Backwards compatibility
build() {