Translations:PKGBUILD/40/en
source
An array of files which are needed to build the package. It must contain the location of the software source, which in most cases is a full HTTP or FTP URL. The previously set variables pkgname
and pkgver
can be used effectively here (e.g. source=(http://example.com/$pkgname-$pkgver.tar.gz)
)