mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/fwupd to 1.8.7-2
This commit is contained in:
parent
3d07c5b9e7
commit
844ca1366c
1 changed files with 16 additions and 4 deletions
|
@ -14,7 +14,7 @@
|
|||
|
||||
pkgname=fwupd
|
||||
pkgver=1.8.7
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Simple daemon to allow session software to update firmware"
|
||||
arch=(x86_64)
|
||||
url="https://github.com/fwupd/fwupd"
|
||||
|
@ -45,11 +45,23 @@ backup=('etc/fwupd/daemon.conf'
|
|||
'etc/fwupd/thunderbolt.conf'
|
||||
'etc/fwupd/uefi_capsule.conf'
|
||||
)
|
||||
source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
|
||||
sha256sums=('f2a509a2d33503842e8cf223b3128f1aeeb8a2a51070c00a0001829b26e45cf6'
|
||||
'SKIP')
|
||||
source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc}
|
||||
"https://github.com/fwupd/fwupd/commit/73a63b89a051dda3c149b16ffc0f4759e1611715.patch")
|
||||
sha512sums=('374339178a1fbf85bc25b47077d0db351b3664a02ec9478c4a5381228125f3bd65ef0be9eb526574bd09ab665aadd6cd9e39f01ebbfebbd338ec191ba24c5a36'
|
||||
'SKIP'
|
||||
'19e9d2905789034832b679c3ac82fe53b947c585e94656a17e58c997ba3bfe502fbb308ca60c1cd35a6a2d730d9211d0a569549b98ffb47799882f67ff63a978')
|
||||
b2sums=('1c4e8f369581f826a710274e0789fbcfe735ce58407d1c0f7472721895bf426e0ddf0fd3d014a35efe39726f8891faa7960aaa455482b435138ea116bddbc142'
|
||||
'SKIP'
|
||||
'ffeb81b6c6360333450c095243d797958ceaa679f759ccf96e13f3e286da959147dd33f5e26571f8ba6612198f1b268950b3f2c95740ee6aeab55d6359139284')
|
||||
validpgpkeys=(163EB50119225DB3DF8F49EA17ACBA8DFA970E17) # Richard Hughes <richard@hughsie.com>
|
||||
|
||||
prepare() {
|
||||
cd ${pkgname}-${pkgver}
|
||||
# fix lvfs-testing.conf containing @compression@ placeholder
|
||||
patch -Np1 < ../73a63b89a051dda3c149b16ffc0f4759e1611715.patch
|
||||
}
|
||||
|
||||
|
||||
build() {
|
||||
arch-meson ${pkgname}-${pkgver} build \
|
||||
-D b_lto=false \
|
||||
|
|
Loading…
Reference in a new issue