mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
alarm/raspberrypi-bootloader: remove $pkgrel from source
This commit is contained in:
parent
23b045c073
commit
187ea23dcf
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ arch=('any')
|
||||||
url="https://github.com/raspberrypi/firmware"
|
url="https://github.com/raspberrypi/firmware"
|
||||||
license=('custom')
|
license=('custom')
|
||||||
options=(!strip)
|
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')
|
md5sums=('f1d20d3af7065508e0a47dd95fef117c')
|
||||||
|
|
||||||
package_raspberrypi-bootloader() {
|
package_raspberrypi-bootloader() {
|
||||||
|
|
Loading…
Reference in a new issue