summaryrefslogtreecommitdiffstats
path: root/office/khal/khal.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'office/khal/khal.SlackBuild')
-rw-r--r--office/khal/khal.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/office/khal/khal.SlackBuild b/office/khal/khal.SlackBuild
index ca1e74122a..f0d0e6cffd 100644
--- a/office/khal/khal.SlackBuild
+++ b/office/khal/khal.SlackBuild
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=khal
-VERSION=${VERSION:-0.10.4}
+VERSION=${VERSION:-0.10.5}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -85,6 +85,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a \
*.rst doc/* \
+ $CWD/khal-complete.* \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild