From d3875eb53eeb23cd0adcc095d44cb4205fae6067 Mon Sep 17 00:00:00 2001 From: June Tate-Gans Date: Sat, 28 Oct 2023 13:51:17 -0500 Subject: [PATCH] Adjust dependencies for arch build. --- PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 31d89d6..598902c 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,13 +2,13 @@ pkgbase="g13gui" pkgname="g13gui-git" -pkgver=5dd39e4 +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=('unknown') -depends=('python' 'python-evdev' 'python-pyusb') +license=('GPL') +depends=('python' 'python-evdev' 'python-pyusb', 'xorg-fonts-misc') makedepends=('git' 'meson') source=("${pkgname}::git+http://github.com/jtgans/g13gui.git") sha256sums=('SKIP')