summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEverton2016-01-07 20:37:46 -0200
committerEverton2016-01-07 20:37:46 -0200
commit8cb87f8ece57c7284877a6a95d065d8470f75943 (patch)
tree800e15ddd860f464fdb55744cec234b9f4bdd058 /PKGBUILD
parentda4b45ae7d0a92f7cf8a4029293e2087f04c9dfe (diff)
downloadaur-8cb87f8ece57c7284877a6a95d065d8470f75943.tar.gz
added pillow as dependence
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 487f112f0866..c8b78955dc1e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=pyautobrightness
_pypiname=pyautobrightness
pkgver=0.2.2
-pkgrel=1
+pkgrel=2
pkgdesc='Pyautobrightness is a very simple "Calise like" program, wrote in python 3, designed to change the screen brightness using the webcam as "light sensor".'
arch=('any')
url="https://github.com/evertonstz/py-auto-brightness"
license=('GPL')
-depends=('python3' 'python-numpy' 'python-pygame-hg' 'xorg-xbacklight')
+depends=('python3' 'python-numpy' 'python-pygame-hg' 'xorg-xbacklight' 'python-pillow')
makedepends=('python3')
source=("https://pypi.python.org/packages/source/p/${_pypiname}/${_pypiname}-${pkgver}.tar.gz")
md5sums=('112223a5d03062ba5284816a0d47317c')