Adjust dependencies for arch build.

This commit is contained in:
June Tate-Gans 2023-10-28 13:51:17 -05:00
parent c6d9ecbfdb
commit d3875eb53e

View File

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