mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
academic/veusz: Updated for version 3.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
c02df15324
commit
e4cac5fcad
3 changed files with 7 additions and 7 deletions
|
@ -10,7 +10,7 @@ SAMP interfaces to its plotting facilities. It also allows for
|
|||
manipulation and editing of datasets. Data can be captured from
|
||||
external sources such as Internet sockets or other programs.
|
||||
|
||||
See the complete release notes for Veusz 3.0.1 at
|
||||
https://veusz.github.io/releasenotes/3.0.1.txt
|
||||
See the complete release notes for Veusz 3.1 at
|
||||
https://veusz.github.io/releasenotes/3.1.txt
|
||||
|
||||
Sphinx is an optional dependency (used to rebuild the manual).
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Slackware build script for veusz
|
||||
# Based on Slackware 14.2 SlackBuild and Andrea Sciucca's SlackBuild for veusz
|
||||
#
|
||||
# Copyright 2016-2018, Fellype do Nascimento, Campinas - Brazil
|
||||
# Copyright 2016-2019, Fellype do Nascimento, Campinas - Brazil
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=veusz
|
||||
VERSION=${VERSION:-3.0.1}
|
||||
VERSION=${VERSION:-3.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="veusz"
|
||||
VERSION="3.0.1"
|
||||
VERSION="3.1"
|
||||
HOMEPAGE="https://veusz.github.io/"
|
||||
DOWNLOAD="https://github.com/veusz/veusz/releases/download/veusz-3.0.1/veusz-3.0.1.tar.gz"
|
||||
MD5SUM="1d02f63a245d4cb0e2f343c628216f50"
|
||||
DOWNLOAD="https://github.com/veusz/veusz/releases/download/veusz-3.1/veusz-3.1.tar.gz"
|
||||
MD5SUM="3d6ee78c3dec0cfd409ada4399ee1baf"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="numpy PyQt5"
|
||||
|
|
Loading…
Reference in a new issue