fix: remove comma in PKGBUILD
This commit is contained in:
parent
48caef0952
commit
1883c05b76
1 changed files with 1 additions and 1 deletions
|
|
@ -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=()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue