summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorÉtienne Deparis2015-05-04 23:20:27 +0200
committerÉtienne Deparis2015-05-04 23:20:27 +0200
commit1b50dcf4f70a5707771182d39688d370a4f2005f (patch)
tree42c623b04dee73f0a67166e1dedd2c35c3e861dc
parent15e0368845aeab6f0e47e1462d932e73b63542a4 (diff)
downloadaur-1b50dcf4f70a5707771182d39688d370a4f2005f.tar.gz
New pkgbuild version
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
-rw-r--r--khal.install4
3 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3e547d484660..b59e636ab654 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by makepkg 4.2.1
-# Mon May 4 09:18:39 UTC 2015
+# Mon May 4 21:16:00 UTC 2015
pkgbase = khal-git
pkgdesc = Command line CalDav client
pkgver = 0.5.0.r145.g20a9640
- pkgrel = 2
+ pkgrel = 3
url = http://lostpackets.de/khal/
install = khal.install
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 038531e3bcb6..af249547d5c6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=khal-git
_gitname=khal
pkgver=0.5.0.r145.g20a9640
-pkgrel=2
+pkgrel=3
pkgdesc="Command line CalDav client"
license=("MIT")
url="http://lostpackets.de/khal/"
diff --git a/khal.install b/khal.install
index 6aac984fb31e..7ece7aaffffb 100644
--- a/khal.install
+++ b/khal.install
@@ -1,6 +1,6 @@
post_install() {
echo 'Do not forget to configure your vdirsyncer installation.'
- echo 'A sample and self explanatory configuration file has been put in /etc/skel/khal.conf.'
+ echo 'A sample and self explanatory configuration file has been put in /usr/share/doc/khal/examples/khal.conf.'
echo 'Copy it in ~/.config/khal/khal.conf and edit it as needed.'
}
@@ -8,4 +8,4 @@ post_upgrade() {
echo 'The configuration file has changed.'
echo 'Please compare your own version in ~/.config/khal/khal.conf with the new one put in /usr/share/doc/khal/examples/khal.conf.'
echo 'You may also need to delete your sqlite file (in ~/.config/khal/khal.db) to take into account any changes, which might have occured in the database schema.'
-} \ No newline at end of file
+}