Skip to content

Commit

Permalink
sys-apps/fwupd: Bump v.1.7.7+1
Browse files Browse the repository at this point in the history
  • Loading branch information
geaaru committed Nov 29, 2023
1 parent 849981b commit ec550ea
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
8 changes: 6 additions & 2 deletions packages/atoms/base-kde6/sys-apps/fwupd/build.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
prelude:
- >-
luet repo update &&
luet upgrade -y &&
luet cleanup --purge-repos
- |-
export FEATURES="-sandbox -usersandbox -ipc-sandbox -pid-sandbox -network-sandbox" && \
export JOBS={{ ( index .Values.labels "jobs" ) | default "3" }} && \
Expand All @@ -24,6 +28,6 @@ excludes:
- ^/var/cache/portage/
- ^/var/git/
requires:
- name: libsmbios
- name: libmbim
version: '>=0'
category: sys-libs
category: net-libs
5 changes: 4 additions & 1 deletion packages/atoms/base-kde6/sys-apps/fwupd/definition.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: fwupd
version: 1.7.7
version: 1.7.7+1
category: sys-apps
use_flags:
- -gtk-doc
Expand Down Expand Up @@ -74,6 +74,9 @@ requires:
- name: libsmbios
version: '>=0'
category: sys-libs
- name: libmbim
version: '>=0'
category: net-libs
annotations:
subsets:
rules:
Expand Down

0 comments on commit ec550ea

Please sign in to comment.