summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Rümpelein2016-04-22 08:45:20 +0200
committerOliver Rümpelein2016-04-22 08:45:20 +0200
commit159a34c12f5729313bd0f623773820e547591401 (patch)
tree51cff45e46048c6c5311d0e839cd87a6cd6fd5cd
parent62c40aac1f846721b8277c8abb4297f60bc7e83d (diff)
downloadaur-xprofile.tar.gz
Added python-docutils to runtime deps.
Thanks to syne for pointing this out!
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 90bbfeea137e..9e783ee6a6cd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = xprofile
pkgdesc = A tool to manage and automatically apply xrandr configurations.
pkgver = 1.2.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/nrocco/xprofile
arch = any
license = GPL
makedepends = python-setuptools
- makedepends = python-docutils
depends = python
depends = xorg-xrandr
+ depends = python-docutils
source = https://pypi.python.org/packages/source/x/xprofile/xprofile-1.2.0.tar.gz
md5sums = be4c3a06f7a54ddae8e307f661ddf2b6
sha256sums = bdf80dd6b17f626c304dfa5dcac6f1a4505753a45368a1490cb36cd8164a5242
diff --git a/PKGBUILD b/PKGBUILD
index 61c4dfd8cb51..c743ce8390fc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,15 @@
pkgname=xprofile
pkgver=1.2.0
-pkgrel=2
+pkgrel=3
pkgdesc="A tool to manage and automatically apply xrandr configurations."
arch=('any')
url="https://github.com/nrocco/xprofile"
license=('GPL')
depends=('python'
- 'xorg-xrandr')
-makedepends=('python-setuptools'
- 'python-docutils')
+ 'xorg-xrandr'
+ 'python-docutils')
+makedepends=('python-setuptools')
source=("https://pypi.python.org/packages/source/x/$pkgname/$pkgname-$pkgver.tar.gz")
md5sums=('be4c3a06f7a54ddae8e307f661ddf2b6')
sha256sums=('bdf80dd6b17f626c304dfa5dcac6f1a4505753a45368a1490cb36cd8164a5242')