mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/fwupd to 1.9.17-1
This commit is contained in:
parent
70f736c3a7
commit
8e51f6c8d4
2 changed files with 9 additions and 9 deletions
|
@ -1,6 +1,6 @@
|
|||
pkgbase = fwupd
|
||||
pkgdesc = Simple daemon to allow session software to update firmware
|
||||
pkgver = 1.9.16
|
||||
pkgver = 1.9.17
|
||||
pkgrel = 1
|
||||
url = https://github.com/fwupd/fwupd
|
||||
arch = x86_64
|
||||
|
@ -43,14 +43,14 @@ pkgbase = fwupd
|
|||
depends = python
|
||||
depends = shared-mime-info
|
||||
depends = tpm2-tss
|
||||
source = https://github.com/fwupd/fwupd/releases/download/1.9.16/fwupd-1.9.16.tar.xz
|
||||
source = https://github.com/fwupd/fwupd/releases/download/1.9.16/fwupd-1.9.16.tar.xz.asc
|
||||
source = https://github.com/fwupd/fwupd/releases/download/1.9.17/fwupd-1.9.17.tar.xz
|
||||
source = https://github.com/fwupd/fwupd/releases/download/1.9.17/fwupd-1.9.17.tar.xz.asc
|
||||
source = fwupd.sysusers
|
||||
validpgpkeys = 163EB50119225DB3DF8F49EA17ACBA8DFA970E17
|
||||
sha512sums = e373f17a8d946b07d6f299353949dfc503138c4198a87272018524a39598f3fbd8c381dd13d74469e296a143071cc9e739b3774d9eda8ae9557760fef0a02bb5
|
||||
sha512sums = 7aa0e24915d51858e1fcd3f04b9c2162d084654991809ce7c19154c8e392a97a4012a967083c171c123b77d0c6174331b8763f1668f499b767c05abdd4a5578d
|
||||
sha512sums = SKIP
|
||||
sha512sums = 637203080b55eda74a659f58c853a9a723a2dad5da70915b2b0e036c6145a649468ebec700cc83975d9cb5378b9dced8b3a3b26bdbcc75ddc774837355e75deb
|
||||
b2sums = 67f83826ed4978324777e737e2751f43454078b7d5e0165993572747c79465f128954c13ea39056483f9916a0b31cfd6800bea49c7bb50844a4df72d63d6ab09
|
||||
b2sums = 2fb5b8c058bdee887fd5fe74451bb08923a4b2f906073c714cd7d9e9b2c45872334f1e2729135f5fe016b459c1440dd084f39ffdf4f45fa14df669c7cbf349b7
|
||||
b2sums = SKIP
|
||||
b2sums = e65ca7da22a20a40882cfc1fe4479643f9a38c90a4f2c3e71e6e5e3de1d6db212a0f17d600097619fe3cdb0a9b860422f8b0b9a9d45441518e51a7eb12a918bb
|
||||
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
# - remove makedepend on pandoc, meson with -Dman=false
|
||||
|
||||
pkgname=(fwupd fwupd-docs)
|
||||
pkgver=1.9.16
|
||||
pkgver=1.9.17
|
||||
pkgrel=1
|
||||
pkgdesc="Simple daemon to allow session software to update firmware"
|
||||
arch=(x86_64)
|
||||
|
@ -57,10 +57,10 @@ source=(
|
|||
"https://github.com/fwupd/fwupd/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.asc}
|
||||
fwupd.sysusers
|
||||
)
|
||||
sha512sums=('e373f17a8d946b07d6f299353949dfc503138c4198a87272018524a39598f3fbd8c381dd13d74469e296a143071cc9e739b3774d9eda8ae9557760fef0a02bb5'
|
||||
sha512sums=('7aa0e24915d51858e1fcd3f04b9c2162d084654991809ce7c19154c8e392a97a4012a967083c171c123b77d0c6174331b8763f1668f499b767c05abdd4a5578d'
|
||||
'SKIP'
|
||||
'637203080b55eda74a659f58c853a9a723a2dad5da70915b2b0e036c6145a649468ebec700cc83975d9cb5378b9dced8b3a3b26bdbcc75ddc774837355e75deb')
|
||||
b2sums=('67f83826ed4978324777e737e2751f43454078b7d5e0165993572747c79465f128954c13ea39056483f9916a0b31cfd6800bea49c7bb50844a4df72d63d6ab09'
|
||||
b2sums=('2fb5b8c058bdee887fd5fe74451bb08923a4b2f906073c714cd7d9e9b2c45872334f1e2729135f5fe016b459c1440dd084f39ffdf4f45fa14df669c7cbf349b7'
|
||||
'SKIP'
|
||||
'e65ca7da22a20a40882cfc1fe4479643f9a38c90a4f2c3e71e6e5e3de1d6db212a0f17d600097619fe3cdb0a9b860422f8b0b9a9d45441518e51a7eb12a918bb')
|
||||
validpgpkeys=(163EB50119225DB3DF8F49EA17ACBA8DFA970E17) # Richard Hughes <richard@hughsie.com>
|
||||
|
@ -120,7 +120,7 @@ package_fwupd() {
|
|||
# Add fwupd user https://bugs.archlinux.org/task/79653
|
||||
install -D -m644 fwupd.sysusers "${pkgdir}"/usr/lib/sysusers.d/fwupd.conf
|
||||
# Remove the tests
|
||||
rm -r "${pkgdir}"/usr/share/installed-tests/
|
||||
rm -r "${pkgdir}"/usr/{lib,share}/installed-tests/
|
||||
mv "${pkgdir}"/usr/bin/{,fwupd-}dbxtool
|
||||
#mv "${pkgdir}"/usr/share/man/man1/{,fwupd-}dbxtool.1
|
||||
# Remove msr module-load config as it is built-in
|
||||
|
|
Loading…
Reference in a new issue