summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrliang2019-01-12 09:43:26 -0200
committerrliang2019-01-12 09:43:26 -0200
commitf46850b9bf2d2b9357f02bc9ba19515b9156b92c (patch)
tree822d019d35099d44f8f1d4f0e5920113d40bd333
parent8dc3a59b9f5728b484df33b446000711bf483785 (diff)
downloadaur-f46850b9bf2d2b9357f02bc9ba19515b9156b92c.tar.gz
Fix deps
-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)