diff options
Diffstat (limited to 'gis/pytrainer/pytrainer.SlackBuild')
-rw-r--r-- | gis/pytrainer/pytrainer.SlackBuild | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/gis/pytrainer/pytrainer.SlackBuild b/gis/pytrainer/pytrainer.SlackBuild index bb828e8217..35d2616a59 100644 --- a/gis/pytrainer/pytrainer.SlackBuild +++ b/gis/pytrainer/pytrainer.SlackBuild @@ -23,8 +23,8 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=pytrainer -VERSION=${VERSION:-1.10.0} -BUILD=${BUILD:-2} +VERSION=${VERSION:-1.11.0} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -53,9 +53,6 @@ cd $PRGNAM-$VERSION chown -R root:root . chmod -R u+w,go-w,a+rX-st . -# Apply select commits from upstream. -patch -p1 < $CWD/patches/fcc8f3361d4ff25559cb87a375fbbfc1192ca334.diff - python setup.py install --root=$PKG mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION |