summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e2dbb29cd298..6baef9324685 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
# Generated by mksrcinfo v8
-# Tue Mar 7 13:32:41 UTC 2017
+# Tue Mar 7 13:37:55 UTC 2017
pkgbase = uchroma
pkgdesc = An advanced driver for Razer Chroma hardware in Linux
pkgver = 1.0
pkgrel = 1
url = https://github.com/cyanogen/uchroma
install = uchroma.install
- arch = any
- license = GPL
+ arch = x86_64
+ arch = i686
+ license = LGPL3
makedepends = cython
makedepends = python-pytest-runner
depends = python
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=()