summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorraven2025-01-29 17:48:24 -0500
committerraven2025-01-29 17:48:24 -0500
commit1f16e078378d2a841633be6a50316312acd6c1e2 (patch)
treeab0708001598b82df8a3d0dc0980e8ca7c88aef8 /PKGBUILD
parent882bd74512f463d03885b939b86dae59049567c3 (diff)
downloadaur-1f16e078378d2a841633be6a50316312acd6c1e2.tar.gz
Removed cmake from depends. Fixed incorrect license
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ebbd47210168..fbdfa31ba67c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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")