mirror of
https://github.com/jtgans/g13gui.git
synced 2025-06-20 00:14:09 -04:00
Fixup PKGBUILD deps -- we need fonts
This commit is contained in:
parent
3819392763
commit
a1a953bc36
5
PKGBUILD
5
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')
|
||||
|
Loading…
Reference in New Issue
Block a user