From 1883c05b76b6057977e9f04ccfbdd1a1845a390d Mon Sep 17 00:00:00 2001 From: Kingtous Date: Mon, 10 Apr 2023 16:27:09 +0800 Subject: [PATCH] fix: remove comma in PKGBUILD --- res/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/PKGBUILD b/res/PKGBUILD index 8d0816d7f..2b520332e 100644 --- a/res/PKGBUILD +++ b/res/PKGBUILD @@ -7,7 +7,7 @@ arch=('x86_64') url="" license=('AGPL-3.0') groups=() -depends=('gtk3' 'xdotool' 'libxcb' 'libxfixes' 'alsa-lib' 'curl' 'libva' 'libvdpau' 'libappindicator-gtk3', 'pam') +depends=('gtk3' 'xdotool' 'libxcb' 'libxfixes' 'alsa-lib' 'curl' 'libva' 'libvdpau' 'libappindicator-gtk3' 'pam') makedepends=() checkdepends=() optdepends=()