summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e05c23deb808..879a59305fb4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,7 +8,7 @@ pkgbase = rofi-greenclip
arch = x86_64
license = GPL
depends = rofi
- provides = greenclip
+ provides = rofi-greenclip
conflicts = greenclip
replaces = greenclip
options = !strip
diff --git a/PKGBUILD b/PKGBUILD
index 744b8e4cf054..e74ad4a3be70 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ depends=('rofi')
makedepends=()
checkdepends=()
optdepends=()
-provides=("greenclip")
+provides=("rofi-greenclip")
conflicts=("greenclip")
replaces=("greenclip")
backup=()