Fixup PKGBUILD deps -- we need fonts

This commit is contained in:
June Tate-Gans 2023-10-29 09:33:33 -05:00
parent 3819392763
commit a1a953bc36

View File

@ -2,13 +2,12 @@
pkgbase="g13gui"
pkgname="g13gui-git"
pkgver=fa65c30
pkgrel=1
pkgdesc="A user-space driver and GUI configurator for the Logitech G13"
arch=('any')
url="https://github.com/jtgans/g13gui"
license=('GPL')
depends=('python' 'python-evdev' 'python-pyusb', 'xorg-fonts-misc')
license=('BSD')
depends=('python' 'python-evdev' 'python-pyusb' 'xorg-fonts-misc')
makedepends=('git' 'meson')
source=("${pkgname}::git+http://github.com/jtgans/g13gui.git")
sha256sums=('SKIP')