summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorJuliette Monsel2018-08-27 14:06:21 +0200
committerJuliette Monsel2018-08-27 14:06:21 +0200
commit2a7d20c7402cd219b84787624957dcc440136c3c (patch)
treecbc9f271c26c44a33a927eddd05a9bf09d7034d8 /.SRCINFO
parentff9236726333b6f5d25f4c68d18ef3449c2f2b93 (diff)
downloadaur-2a7d20c7402cd219b84787624957dcc440136c3c.tar.gz
Move sphinx from makedepends to optdepends
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO6
1 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3fc315718d48..5967e9ee3789 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,23 +1,23 @@
pkgbase = python-pynput
pkgdesc = Python library to monitor and control user input devices
pkgver = 1.4
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/moses-palmer/pynput
arch = any
license = LGPL3
makedepends = python-setuptools
- makedepends = python-sphinx
makedepends = python2-setuptools
- makedepends = python2-sphinx
source = python-pynput-1.4.tar.gz::https://github.com/moses-palmer/pynput/archive/v1.4.tar.gz
sha512sums = 53706aefec1353df16ca9f9b213bb367fe0b695f26406d58a9171bcb47ddb92228914012c1915fc58d2e639de9100d452b38aafc95539ea16e6362a1831cc605
pkgname = python-pynput
depends = python-xlib
depends = python-six
+ optdepends = python-sphinx: build online documentation
pkgname = python2-pynput
depends = python2-xlib
depends = python2-six
depends = python2-enum34
+ optdepends = python2-sphinx: build online documentation