From 5c0ec6c90fc7c62a66912d7d3019beee9c11d8d0 Mon Sep 17 00:00:00 2001 From: pyr0ball Date: Fri, 11 Aug 2023 01:12:38 -0700 Subject: [PATCH] iterated minor version 2.3.5 - fixed Slipstream dependencies --- PRbL | 2 +- extras/Slipstream.install | 3 ++- install.sh | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/PRbL b/PRbL index 2fac6ba..396430c 160000 --- a/PRbL +++ b/PRbL @@ -1 +1 @@ -Subproject commit 2fac6ba3a335a89acc07287928446bd6b92169d1 +Subproject commit 396430c539486520f444fa3c6afb89e91c0dbbc8 diff --git a/extras/Slipstream.install b/extras/Slipstream.install index 4b6c938..d85c7d7 100755 --- a/extras/Slipstream.install +++ b/extras/Slipstream.install @@ -42,7 +42,8 @@ sys_packages=( ) pip_packages=( - pyparsing + pyparsing==3.0.9 + gitpython ) repo_packages=( diff --git a/install.sh b/install.sh index 3f5f64c..278454d 100755 --- a/install.sh +++ b/install.sh @@ -4,7 +4,7 @@ ################################################################### # initial vars -VERSION=2.3.4 +VERSION=2.3.5 scripttitle="Pyr0ball's Reductive Bash Library Installer - v$VERSION" # Bash expansions to get the name and location of this script when run