diff options
author | Britney Fransen <brfransen@gmail.com> | 2024-12-20 03:09:57 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2024-12-20 03:09:57 (GMT) |
commit | 6860348d5ef330c42272595eb8e87ff0895521c9 (patch) | |
tree | 55141045ffccd14620fb0e2a990f28c8acef45b8 | |
parent | 5fcd09195d1b55d514230dbaba243123c954480f (diff) | |
download | linhes_pkgbuild-6860348d5ef330c42272595eb8e87ff0895521c9.zip linhes_pkgbuild-6860348d5ef330c42272595eb8e87ff0895521c9.tar.gz linhes_pkgbuild-6860348d5ef330c42272595eb8e87ff0895521c9.tar.bz2 |
linhes-system: remove dep libva-vdpau-driver
-rwxr-xr-x | linhes/linhes-system/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linhes/linhes-system/PKGBUILD b/linhes/linhes-system/PKGBUILD index f59de1b..8e5b326 100755 --- a/linhes/linhes-system/PKGBUILD +++ b/linhes/linhes-system/PKGBUILD @@ -1,6 +1,6 @@ pkgname=linhes-system pkgver=9.0.0 -pkgrel=78 +pkgrel=79 arch=('x86_64') #install=$pkgname.install pkgdesc="Everything that makes LinHES a system" @@ -9,7 +9,7 @@ depends=('cronie' 'dbus-python' 'dvb-firmware' 'expect' 'flatpak' 'firefox' 'gla 'kdialog' 'libnotify' 'logrotate' 'linhes-templates' 'linhes-theme' 'mlocate' 'ncdu' 'python-dateutil' 'python-pytz' 'python-tzlocal' 'openssh' 'pacman-contrib' 'rsyslog' 'ttf-overlock' 'wget' 'x11vnc' - 'intel-media-driver' 'libva-intel-driver' 'libva-vdpau-driver' 'pigz') + 'intel-media-driver' 'libva-intel-driver' 'pigz') 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 lh_myth_status.py lh_system_backup lh_system_backup_job |