summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2021-10-15 14:31:32 -0600
committerMark Wagie2021-10-15 14:31:32 -0600
commit3acb438b00400b12fa506935d550dd10747c3864 (patch)
tree11aec70f6a4bc893b68bb304721a4616b2742b3e
parent9458b6e1379e9c058523a17912c5e5bde8306aa7 (diff)
downloadaur-3acb438b00400b12fa506935d550dd10747c3864.tar.gz
correct dependency
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d313d98df548..3a64847efa64 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -21,7 +21,7 @@ pkgname = pop-launcher-git
pkgname = pop-shell-plugin-system76-power-git
pkgdesc = System76 Power scripts for the launcher
- depends = pop-shell
+ depends = gnome-shell-extension-pop-shell
depends = system76-power
conflicts = pop-shell-plugin-system76-power
conflicts = pop-launcher-system76-power
diff --git a/PKGBUILD b/PKGBUILD
index cf00190eb071..c05e68f33b06 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -44,7 +44,7 @@ package_pop-launcher-git() {
package_pop-shell-plugin-system76-power-git() {
pkgdesc="System76 Power scripts for the launcher"
- depends=('pop-shell' 'system76-power')
+ depends=('gnome-shell-extension-pop-shell' 'system76-power')
conflicts=("${pkgname%-git}" 'pop-launcher-system76-power')
replaces=('pop-launcher-system76-power-git')