summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDmytro Kostiuchenko2018-08-31 10:06:17 -0400
committerDmytro Kostiuchenko2018-08-31 10:06:17 -0400
commit2c571cc2934cc36a43576722ad920e20e296d208 (patch)
treeac5dab8c5df6c79c6ce4ef486aca03a86d5af48a /PKGBUILD
parent65468cae4401befb45b29c3f0885d0bfcf2d664f (diff)
downloadaur-2c571cc2934cc36a43576722ad920e20e296d208.tar.gz
Fix dependencies and license in PKGBUILD
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 12fead2b5d36..f1281a215f20 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@ _gitname=randrctl
pkgname=$_gitname-git
pkgdesc="Lightweight profile based screen manager for X"
pkgver=1.7.1.r6.895dee6
-pkgrel=1
+pkgrel=2
arch=('any')
url="http://github.com/edio/randrctl"
-license=('GPLv3')
+license=('GPL3')
makedepends=('git' 'python-pip')
-depends=('python' 'python-argcomplete' 'xorg-xrandr')
+depends=('python' 'python-argcomplete' 'python-pyyaml' 'python-setuptools' 'xorg-xrandr')
optdepends=('bash-completion')
source=(
'git+https://github.com/edio/randrctl.git'