summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5424ae16c6dc..5647ea46b85e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -39,6 +39,6 @@ pkgname = gnome-software-packagekit-plugin-git
depends = archlinux-appstream-data
depends = gnome-software
depends = packagekit
- provides = gnome-software-packagekit-plugin-git
- conflicts = gnome-software-packagekit-plugin-git
+ provides = gnome-software-packagekit-plugin
+ conflicts = gnome-software-packagekit-plugin
diff --git a/PKGBUILD b/PKGBUILD
index 2de75dfdb125..5cf430d3447d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -51,8 +51,8 @@ package_gnome-software-git() {
}
package_gnome-software-packagekit-plugin-git() {
- provides=('gnome-software-packagekit-plugin-git')
- conflicts=('gnome-software-packagekit-plugin-git')
+ provides=('gnome-software-packagekit-plugin')
+ conflicts=('gnome-software-packagekit-plugin')
pkgdesc="PackageKit support plugin for GNOME Software"
depends=(archlinux-appstream-data gnome-software packagekit)