Format PKGBUILD

This commit is contained in:
nxshock 2021-11-06 11:36:27 +05:00 committed by GitHub
parent 1b54616659
commit 57cbf176ce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,10 +14,10 @@ makedepends=('bc' 'git' 'python' 'swig' 'dtc')
install=${pkgname}.install install=${pkgname}.install
source=("ftp://ftp.denx.de/pub/u-boot/u-boot-${pkgver}.tar.bz2" source=("ftp://ftp.denx.de/pub/u-boot/u-boot-${pkgver}.tar.bz2"
"https://github.com/ARM-software/arm-trusted-firmware/archive/v2.5.tar.gz" "https://github.com/ARM-software/arm-trusted-firmware/archive/v2.5.tar.gz"
"extlinux.conf") "extlinux.conf")
md5sums=('f1392080facf59dd2c34096a5fd95d4c' md5sums=('f1392080facf59dd2c34096a5fd95d4c'
'a3c01d2a73d5171e3f1c0737ff5321d9' 'a3c01d2a73d5171e3f1c0737ff5321d9'
'faf2b85206cb66c31f7c97da7b2b281d') 'faf2b85206cb66c31f7c97da7b2b281d')
prepare() { prepare() {
cd ${srcdir}/arm-trusted-firmware-2.5 cd ${srcdir}/arm-trusted-firmware-2.5