diff options
author | raven | 2025-01-29 17:48:24 -0500 |
---|---|---|
committer | raven | 2025-01-29 17:48:24 -0500 |
commit | 1f16e078378d2a841633be6a50316312acd6c1e2 (patch) | |
tree | ab0708001598b82df8a3d0dc0980e8ca7c88aef8 /PKGBUILD | |
parent | 882bd74512f463d03885b939b86dae59049567c3 (diff) | |
download | aur-1f16e078378d2a841633be6a50316312acd6c1e2.tar.gz |
Removed cmake from depends. Fixed incorrect license
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -6,8 +6,8 @@ pkgrel=1 pkgdesc="Tool for replicating VIRPIL joystick states from one device to another." arch=('i686' 'x86_64') url="https://github.com/RavenX8/vpc-shift-tool.git" -license=('GPL2') -depends=('libusb' 'cmake') +license=('GPL3') +depends=('libusb') makedepends=('git' 'cargo') provides=("vpc-shift-tool") conflicts=("vpc-shift-tool") |