summaryrefslogtreecommitdiffstats
path: root/python/hg-git/hg-git.SlackBuild
diff options
context:
space:
mode:
author Arn0 <yth@ythogtha.org>2022-04-15 08:45:32 +0200
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2022-04-16 12:12:51 +0700
commit23b6c4bd547fadafa9ec656e396640022986d2e7 (patch)
tree1c920d6156cd99f9d86aaff5c4133377615a02d9 /python/hg-git/hg-git.SlackBuild
parent5deac28da4479b4a98bfdc64065b01533bb862df (diff)
downloadslackbuilds-23b6c4bd547fadafa9ec656e396640022986d2e7.tar.gz
slackbuilds-23b6c4bd547fadafa9ec656e396640022986d2e7.tar.xz
python/hg-git: updated for version 1.0.0, new maintainer
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/hg-git/hg-git.SlackBuild')
-rw-r--r--python/hg-git/hg-git.SlackBuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/python/hg-git/hg-git.SlackBuild b/python/hg-git/hg-git.SlackBuild
index 125602687c..b6bfd7368f 100644
--- a/python/hg-git/hg-git.SlackBuild
+++ b/python/hg-git/hg-git.SlackBuild
@@ -2,6 +2,7 @@
# Slackware build script for hg-git
+# Copyright 2022 Yth | Pont-en-Royans, France | yth@ythogtha.org
# Copyright 2012-2018 Audrius Kažukauskas <audrius@neutrino.lt>
# All rights reserved.
#
@@ -25,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=hg-git
-VERSION=${VERSION:-0.8.11}
+VERSION=${VERSION:-1.0.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -75,7 +76,7 @@ hggit =
EOF
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a COPYING README.md $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a COPYING* NEWS* README* $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install