diff options
author | B. Watson <yalhcru@gmail.com> | 2020-01-04 12:12:00 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-01-12 08:47:45 +0700 |
commit | 638fe2ec7973942db20c5c658f89049fcb3117d3 (patch) | |
tree | 737f54b8adab64715910b374c924c14b246b4cd7 /python/python3-pandas | |
parent | eaefa32104c51fc7bd6b0c725fd8b99d8f12f7c3 (diff) | |
download | slackbuilds-638fe2ec7973942db20c5c658f89049fcb3117d3.tar.gz |
python/python3-pandas: Fix PRGNAM in script.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'python/python3-pandas')
-rw-r--r-- | python/python3-pandas/python3-pandas.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python3-pandas/python3-pandas.SlackBuild b/python/python3-pandas/python3-pandas.SlackBuild index fdde3271da..443a4e5c80 100644 --- a/python/python3-pandas/python3-pandas.SlackBuild +++ b/python/python3-pandas/python3-pandas.SlackBuild @@ -22,8 +22,8 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +PRGNAM=python3-pandas SRCNAM=pandas -PRGNAM=python3-$SRCNAM VERSION=${VERSION:-0.25.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |