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')