summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2023-04-17 20:36:01 -0600
committerMark Wagie2023-04-17 20:36:01 -0600
commit897050c87594f19e8c60caac72c7b3f83f27d113 (patch)
tree3371b818f457e118fbe5820a10475388c600a563
parent7f530941cf7db619abd346e0b8041b01ccc62f36 (diff)
downloadaur-897050c87594f19e8c60caac72c7b3f83f27d113.tar.gz
correct dependencies
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a939eb5348de..1dc907390d86 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pop-launcher-git
pkgver = 1.2.1.r47.gce2ba21
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/pop-os/launcher
arch = x86_64
arch = aarch64
@@ -10,6 +10,7 @@ pkgbase = pop-launcher-git
makedepends = just
makedepends = libegl
makedepends = libxkbcommon
+ depends = dbus
depends = fd
depends = libqalculate
depends = sh
@@ -26,7 +27,7 @@ pkgname = pop-launcher-git
pkgname = pop-shell-plugin-system76-power-git
pkgdesc = System76 Power scripts for the launcher
- depends = gnome-shell-extension-pop-shell
+ depends = gnome-terminal
depends = system76-power
provides = pop-shell-plugin-system76-power
conflicts = pop-shell-plugin-system76-power
diff --git a/PKGBUILD b/PKGBUILD
index 522a8be18d4c..b08637279151 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
pkgname=('pop-launcher-git' 'pop-shell-plugin-system76-power-git')
pkgbase=pop-launcher-git
pkgver=1.2.1.r47.gce2ba21
-pkgrel=1
+pkgrel=2
arch=('x86_64' 'aarch64')
url="https://github.com/pop-os/launcher"
license=('MPL2')
-depends=('fd' 'libqalculate' 'sh' 'xdg-utils')
+depends=('dbus' 'fd' 'libqalculate' 'sh' 'xdg-utils')
makedepends=('cargo' 'git' 'just' 'libegl' 'libxkbcommon')
options=('!lto')
source=('git+https://github.com/pop-os/launcher.git')
@@ -57,7 +57,7 @@ package_pop-launcher-git() {
package_pop-shell-plugin-system76-power-git() {
pkgdesc="System76 Power scripts for the launcher"
- depends=('gnome-shell-extension-pop-shell' 'system76-power')
+ depends=('gnome-terminal' 'system76-power')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}" 'pop-launcher-system76-power')
replaces=('pop-launcher-system76-power-git')