diff --git a/.SRCINFO b/.SRCINFO index c96a98c..0431292 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -20,7 +20,7 @@ pkgbase = sway-git depends = pam depends = xorg-server-xwayland depends = swaybg-git - optdepends = rxvt-unicode: Default terminal emulator. + optdepends = alacritty: Default terminal emulator. optdepends = dmenu: Default for launching applications. optdepends = i3status: To display system information with a bar. optdepends = swayidle-git: Idle management daemon for Sway. diff --git a/PKGBUILD b/PKGBUILD index a4665bb..e655a7a 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -11,7 +11,7 @@ depends=( "xorg-server-xwayland" "swaybg-git" ) optdepends=( - "rxvt-unicode: Default terminal emulator." + "alacritty: Default terminal emulator." "dmenu: Default for launching applications." "i3status: To display system information with a bar." "swayidle-git: Idle management daemon for Sway."