summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFroggo2023-08-17 20:34:32 -0500
committerFroggo2023-08-17 20:34:32 -0500
commit22480da4d7c4ff76c5ef5e8ed85f10113faa70f5 (patch)
treec06b23948f5c3ea28b87f398d83facbc3957dcc2
parent803f37ce0e8c8e275e3ea4dd65509c7cb8be92f9 (diff)
downloadaur-22480da4d7c4ff76c5ef5e8ed85f10113faa70f5.tar.gz
Fix dependencies
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 075ff4f16406..21931a70e82a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,16 +6,15 @@ pkgbase = mist-de
arch = any
license = MIT
depends = hyprland
- depends = swww
+ depends = swww-git
depends = pypy3
- depends = eww-wayland
+ depends = eww-wayland-git
depends = swaync
depends = pipewire
depends = pipewire-pulse
depends = wireplumber
depends = playerctl
depends = git
- depends = pypy
depends = brightnessctl
source = git+https://codeberg.org/rehuman/mistrunner
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index bd4f06004634..a78538487275 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc='A desktop environment with focus on convergence, privacy, and usability
arch=('any')
url='https://codeberg.org/rehuman/mistrunner'
license=('MIT')
-depends=(hyprland swww pypy3 eww-wayland swaync pipewire pipewire-pulse wireplumber playerctl git pypy brightnessctl)
+depends=(hyprland swww-git pypy3 eww-wayland-git swaync pipewire pipewire-pulse wireplumber playerctl git brightnessctl)
source=('git+https://codeberg.org/rehuman/mistrunner')
sha256sums=('SKIP')