summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmytro Kostiuchenko2018-08-31 10:06:17 -0400
committerDmytro Kostiuchenko2018-08-31 10:06:17 -0400
commit2c571cc2934cc36a43576722ad920e20e296d208 (patch)
treeac5dab8c5df6c79c6ce4ef486aca03a86d5af48a
parent65468cae4401befb45b29c3f0885d0bfcf2d664f (diff)
downloadaur-2c571cc2934cc36a43576722ad920e20e296d208.tar.gz
Fix dependencies and license in PKGBUILD
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0c26963cb10c..03c53f0f99fc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,17 @@
pkgbase = randrctl-git
pkgdesc = Lightweight profile based screen manager for X
pkgver = 1.7.1.r6.895dee6
- pkgrel = 1
+ pkgrel = 2
url = http://github.com/edio/randrctl
install = randrctl.install
arch = any
- license = GPLv3
+ license = GPL3
makedepends = git
makedepends = python-pip
depends = python
depends = python-argcomplete
+ depends = python-pyyaml
+ depends = python-setuptools
depends = xorg-xrandr
optdepends = bash-completion
provides = randrctl
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'