summarylogtreecommitdiffstats
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
parent9bedc1dd0ae7463fa12dcf1d53b0823f47f7fffa (diff)
downloadaur-23634ad5b1df596effad9b3e1055109416cb88a8.tar.gz
python-pkginfo is in fact a runtime dependancy
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a2c20b3a73af..ef80a4797adb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by makepkg 4.2.1
-# Mon Jun 29 07:53:41 UTC 2015
+# Thu Jul 30 14:38:09 UTC 2015
pkgbase = khal-git
pkgdesc = Command line CalDav client
- pkgver = 0.5.1.dev53+ng56cb1f0
+ pkgver = 0.6.1.dev61+ng151a839
pkgrel = 1
url = http://lostpackets.de/khal/
install = khal.install
@@ -10,7 +10,6 @@ pkgbase = khal-git
license = MIT
makedepends = python-setuptools
makedepends = python-setuptools_scm
- makedepends = python-pkginfo
makedepends = git
makedepends = python-sphinxcontrib-newsfeed
depends = python-urwid
@@ -21,6 +20,7 @@ pkgbase = khal-git
depends = python-tzlocal
depends = python-icalendar
depends = sqlite
+ depends = python-pkginfo
optdepends = python-setproctitle: Display a clearer name in your process list
provides = khal
conflicts = khal
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