Skip to content
Snippets Groups Projects
Verified Commit 251aee58 authored by David Runge's avatar David Runge :chipmunk:
Browse files

upgpkg: 1.10.1-1

Remove now unneeded patch for efibootmgr >= 18
parent dfa56cf9
No related branches found
No related tags found
No related merge requests found
# Maintainer: David Runge <dvzrv@archlinux.org>
pkgname=rauc
pkgver=1.10
pkgrel=2
pkgver=1.10.1
pkgrel=1
pkgdesc="Safe and secure software updates for embedded Linux"
arch=(x86_64)
url="https://rauc.io"
......@@ -35,22 +35,14 @@ optdepends=(
'squashfs-tools: for creating and inspecting bundles'
'uboot-tools: for u-boot support'
)
source=(
https://github.com/rauc/rauc/releases/download/v$pkgver/$pkgname-$pkgver.tar.xz{,.asc}
$pkgname-1.10-efibootmgr_output.patch
)
sha512sums=('b87e3fef41a4e5c44513bae4366502f0285d0b0136c80fcdede36171710735a26dacecf324a8638feb23c1b60929fc25a53a58213294a93e488827aed3cba926'
'SKIP'
'3ad8bfe337b76b63e96a4d230203a84de500a307f0670b0e28f7bbba976b92203ae44069a7986f5a956cb6eeaee47c52e8c1e4518b0c99d279815d2ef14ced35')
b2sums=('389f29b3786c20ca26d28c39642e72895bfd5b5f88958facfe2b65796ecb4d18645361dd7d490df23b0561878f020fdf8ffbcb41efd4fa9226190a79bc9e01db'
'SKIP'
'b7f463e074b8fbcdb4ed4899ccc1d27758c0206977c31675aa8f1946ce92cb01559027b508ee1dea94a6dbe92fe6d19fc15109027283a48fae2e443773ee209b')
source=(https://github.com/rauc/rauc/releases/download/v$pkgver/$pkgname-$pkgver.tar.xz{,.asc})
sha512sums=('794a1a517c9a9eacf7466710054f88fc48bf57e34cb460f202f62ca976777054c0faf74dd045164ea29977aa8f5d9d268f5154621b51642898ffafc831c75bbb'
'SKIP')
b2sums=('3cdaa88886e0d4f97623939af06a0a90de1a166535ff1cdaf523938a1778bfdd24049387886732d1a13c0d94a43d66f73d9328cc005beb3a73f33b3afda49b22'
'SKIP')
validpgpkeys=("977843FD5C3EBF76BAD4008EA58CC53DBF05E090") # Jan Lübbe <jlu@pengutronix.de>
prepare() {
# fix issues with efibootmgr >= 18 output: https://github.com/rauc/rauc/pull/1197
patch -Np1 -d $pkgname-$pkgver -i ../$pkgname-1.10-efibootmgr_output.patch
cd $pkgname-$pkgver
autoreconf -fiv
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment