From a1a953bc36c21a2ea662f2e53dec2272c201793c Mon Sep 17 00:00:00 2001 From: June Tate-Gans Date: Sun, 29 Oct 2023 09:33:33 -0500 Subject: [PATCH] Fixup PKGBUILD deps -- we need fonts --- PKGBUILD | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 598902c..9fd17a1 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -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')