mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
alarm/raspberrypi-firmware: remove $pkgrel from source
This commit is contained in:
parent
187ea23dcf
commit
6ff918cb44
1 changed files with 3 additions and 3 deletions
|
@ -20,9 +20,9 @@ options=(!strip)
|
|||
source=('00-raspberrypi-firmware.conf'
|
||||
'10-raspberrypi-firmware.rules'
|
||||
'raspberrypi-firmware.sh')
|
||||
source_armv6h=("firmware-$pkgver-$pkgrel-${_commitfirmware:0:10}.tar.gz::https://github.com/raspberrypi/firmware/archive/$_commitfirmware.tar.gz")
|
||||
source_armv7h=("firmware-$pkgver-$pkgrel-${_commitfirmware:0:10}.tar.gz::https://github.com/raspberrypi/firmware/archive/$_commitfirmware.tar.gz")
|
||||
source_aarch64=("userland-$pkgver-$pkgrel-${_commituserland:0:10}.tar.gz::https://github.com/raspberrypi/userland/archive/$_commituserland.tar.gz"
|
||||
source_armv6h=("firmware-$pkgver-${_commitfirmware:0:10}.tar.gz::https://github.com/raspberrypi/firmware/archive/$_commitfirmware.tar.gz")
|
||||
source_armv7h=("firmware-$pkgver-${_commitfirmware:0:10}.tar.gz::https://github.com/raspberrypi/firmware/archive/$_commitfirmware.tar.gz")
|
||||
source_aarch64=("userland-$pkgver-${_commituserland:0:10}.tar.gz::https://github.com/raspberrypi/userland/archive/$_commituserland.tar.gz"
|
||||
"https://raw.githubusercontent.com/raspberrypi/firmware/master/opt/vc/LICENCE")
|
||||
md5sums=('72e0d5818fc513ece1b964f25f7e7882'
|
||||
'2ad54baf398afe59ff5a70eb655f1b96'
|
||||
|
|
Loading…
Reference in a new issue