diff options
Diffstat (limited to 'academic/gwyddion/gwyddion.SlackBuild')
-rw-r--r-- | academic/gwyddion/gwyddion.SlackBuild | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/academic/gwyddion/gwyddion.SlackBuild b/academic/gwyddion/gwyddion.SlackBuild index 841442a94c..2f616deebe 100644 --- a/academic/gwyddion/gwyddion.SlackBuild +++ b/academic/gwyddion/gwyddion.SlackBuild @@ -23,8 +23,8 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=gwyddion -VERSION=${VERSION:-2.46} -BUILD=${BUILD:-3} +VERSION=${VERSION:-2.47} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -69,10 +69,6 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -# official post-release patches for problems in version 2.46 -patch -p1 < $CWD/gwyddion-2.46-jpkscan-no-minizip.patch -patch -p1 < $CWD/gwyddion-2.46-selection-set-data.patch - CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ |