diff options
author | Britney Fransen <brfransen@gmail.com> | 2023-02-06 03:10:30 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2023-02-06 03:10:30 (GMT) |
commit | 1f03184f4bb49b8d8b3f2f7fbc1ff48742c7999f (patch) | |
tree | 882febd6d9c0cb80853db1218e45c73e303b30c9 /linhes/linhes-system | |
parent | df5a6f871789034b985e8fef787c4a00e48db088 (diff) | |
download | linhes_pkgbuild-1f03184f4bb49b8d8b3f2f7fbc1ff48742c7999f.zip linhes_pkgbuild-1f03184f4bb49b8d8b3f2f7fbc1ff48742c7999f.tar.gz linhes_pkgbuild-1f03184f4bb49b8d8b3f2f7fbc1ff48742c7999f.tar.bz2 |
linhes-system: add dep dvb-firmware
Diffstat (limited to 'linhes/linhes-system')
-rwxr-xr-x | linhes/linhes-system/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/linhes/linhes-system/PKGBUILD b/linhes/linhes-system/PKGBUILD index c0b7ad0..0336eed 100755 --- a/linhes/linhes-system/PKGBUILD +++ b/linhes/linhes-system/PKGBUILD @@ -1,13 +1,13 @@ pkgname=linhes-system pkgver=9.0.0 -pkgrel=37 +pkgrel=38 arch=('x86_64') #install=$pkgname.install pkgdesc="Everything that makes LinHES a system" license=('GPL2') -depends=('cronie' 'dbus-python' 'flatpak' 'firefox' 'glances' 'kdialog' 'libnotify' +depends=('cronie' 'dbus-python' 'dvb-firmware' 'flatpak' 'firefox' 'glances' 'kdialog' 'libnotify' 'logrotate' 'linhes-templates' 'linhes-theme' 'mlocate' 'ncdu' - 'openssh' 'pacman-contrib' 'rsyslog' 'ttf-overlock' 'x11vnc') + 'openssh' 'pacman-contrib' 'rsyslog' 'ttf-overlock' 'wget' 'x11vnc') binfiles="add_storage.py balance_storage_groups.py empty_storage_groups.py remove_storage.py checkXFSfrag.sh enableIRWake.sh idle.py lh_system_start.sh lh_notify-send lh_home_check.sh jobqueue_helper.py gen_lib_xml.py |