summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorÉtienne Deparis2015-07-30 16:39:28 +0200
committerÉtienne Deparis2015-07-30 16:39:28 +0200
commit23634ad5b1df596effad9b3e1055109416cb88a8 (patch)
treee61885a853a752f76cb30208b48529ed8d6edbb7 /PKGBUILD
parent9bedc1dd0ae7463fa12dcf1d53b0823f47f7fffa (diff)
downloadaur-23634ad5b1df596effad9b3e1055109416cb88a8.tar.gz
python-pkginfo is in fact a runtime dependancy
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index eb0b56cc781d..1a1cb3a27159 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,16 +3,16 @@
pkgname=khal-git
_gitname=khal
-pkgver=0.5.1.dev53+ng56cb1f0
+pkgver=0.6.1.dev61+ng151a839
pkgrel=1
pkgdesc="Command line CalDav client"
license=("MIT")
url="http://lostpackets.de/khal/"
depends=('python-urwid' 'python-xdg' 'vdirsyncer' 'python-dateutil'
'python-configobj' 'python-tzlocal' 'python-icalendar'
- 'sqlite')
+ 'sqlite' 'python-pkginfo')
makedepends=('python-setuptools' 'python-setuptools_scm'
- 'python-pkginfo' 'git' 'python-sphinxcontrib-newsfeed')
+ 'git' 'python-sphinxcontrib-newsfeed')
optdepends=('python-setproctitle: Display a clearer name in your process list')
# I keep here python depencies...
# python2-click, python2-icalendar come with the python2-vdirsyncer dependancy