summaryrefslogtreecommitdiffstats
path: root/libraries/pyqode.core/pyqode.core.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/pyqode.core/pyqode.core.SlackBuild')
-rw-r--r--libraries/pyqode.core/pyqode.core.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/libraries/pyqode.core/pyqode.core.SlackBuild b/libraries/pyqode.core/pyqode.core.SlackBuild
index 3ce408beb8..8246486406 100644
--- a/libraries/pyqode.core/pyqode.core.SlackBuild
+++ b/libraries/pyqode.core/pyqode.core.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=pyqode.core
-VERSION=${VERSION:-1.3.1}
+VERSION=${VERSION:-2.0.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -75,7 +75,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a *.txt README.rst PKG-INFO $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a *.rst PKG-INFO $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install