1
0
mirror of https://github.com/moparisthebest/pacman synced 2024-08-13 17:03:46 -04:00

Add missing optdepends to the main list of variables in the split PKGBUILD prototype

Signed-off-by: Jason St. John <jstjohn@purdue.edu>
Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
Jason St. John 2014-01-16 17:18:23 -05:00 committed by Allan McRae
parent e6464f0cb6
commit 83e14aeebd

View File

@ -17,6 +17,7 @@ groups=()
depends=() depends=()
makedepends=() makedepends=()
checkdepends=() checkdepends=()
optdepends=()
provides=() provides=()
conflicts=() conflicts=()
replaces=() replaces=()