summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLuca Weiss2017-03-07 14:38:18 +0100
committerLuca Weiss2017-03-07 14:38:18 +0100
commitf7e9c117c2672bd803708c0a240fea325973a8e8 (patch)
treef8090b9ad437886b4aeb3d75326c332f7c10519e /PKGBUILD
parent3c11f25e205086ea42078ebab5c2a1bb15942ae0 (diff)
downloadaur-f7e9c117c2672bd803708c0a240fea325973a8e8.tar.gz
Fix license and arch
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dfd02db81d66..4d0b81301a0a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,9 +4,9 @@ pkgname=uchroma
pkgver=1.0
pkgrel=1
pkgdesc="An advanced driver for Razer Chroma hardware in Linux"
-arch=('any')
+arch=('x86_64' 'i686')
url="https://github.com/cyanogen/uchroma"
-license=('GPL')
+license=('LGPL3')
depends=('python' 'python-wrapt' 'python-traitlets' 'python-ruamel-yaml' 'python-scikit-image' 'python-pydbus' 'python-hsluv' 'python-hidapi-cffi' 'python-frozendict' 'python-colorlog' 'python-argcomplete' 'python-grapefruit' 'python-cffi' 'hidapi' 'python-evdev' 'python-pyudev' 'python-hidapi' 'python-gbulb' 'python-colr' 'python-dask')
makedepends=('cython' 'python-pytest-runner')
provides=()