summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorÉtienne Deparis2015-06-03 16:13:21 +0200
committerÉtienne Deparis2015-06-03 16:13:21 +0200
commit06182b12cfb4d69f75bb835957a577de83fc34c9 (patch)
tree1ced73e6f13efa55f32030ffdc59a8d72049174e
parent1b50dcf4f70a5707771182d39688d370a4f2005f (diff)
downloadaur-06182b12cfb4d69f75bb835957a577de83fc34c9.tar.gz
New pkgbuild version
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b59e636ab654..d01c8c3ed39e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by makepkg 4.2.1
-# Mon May 4 21:16:00 UTC 2015
+# Wed Jun 3 14:10:39 UTC 2015
pkgbase = khal-git
pkgdesc = Command line CalDav client
- pkgver = 0.5.0.r145.g20a9640
- pkgrel = 3
+ pkgver = 0.6.0.r2.g0e7045c
+ pkgrel = 1
url = http://lostpackets.de/khal/
install = khal.install
arch = any
@@ -19,6 +19,7 @@ pkgbase = khal-git
depends = python-tzlocal
depends = python-icalendar
depends = sqlite
+ optdepends = python-setproctitle: Display a clearer name in your process list
provides = khal
conflicts = khal
options = !emptydirs
diff --git a/PKGBUILD b/PKGBUILD
index af249547d5c6..088f36ecc072 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,15 @@
pkgname=khal-git
_gitname=khal
-pkgver=0.5.0.r145.g20a9640
-pkgrel=3
+pkgver=0.6.0.r2.g0e7045c
+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')
makedepends=('python-setuptools' '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
# python2-pytz comes with the python2-icalendar dependancy