alarm/raspberrypi-bootloader: remove $pkgrel from source

This commit is contained in:
graysky 2022-01-05 06:04:31 -05:00
parent 23b045c073
commit 187ea23dcf

View file

@ -13,7 +13,7 @@ arch=('any')
url="https://github.com/raspberrypi/firmware"
license=('custom')
options=(!strip)
source=("bootloader-$pkgver-$pkgrel-${_commit:0:10}.tar.gz::https://github.com/raspberrypi/firmware/archive/${_commit}.tar.gz")
source=("bootloader-${_commit:0:10}.tar.gz::https://github.com/raspberrypi/firmware/archive/${_commit}.tar.gz")
md5sums=('f1d20d3af7065508e0a47dd95fef117c')
package_raspberrypi-bootloader() {