diff options
Diffstat (limited to 'misc/subsurface/subsurface.SlackBuild')
-rw-r--r-- | misc/subsurface/subsurface.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/subsurface/subsurface.SlackBuild b/misc/subsurface/subsurface.SlackBuild index 79bf2c8241..086043aca7 100644 --- a/misc/subsurface/subsurface.SlackBuild +++ b/misc/subsurface/subsurface.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=subsurface SRCNAM=Subsurface -VERSION=${VERSION:-4.8.1} +VERSION=${VERSION:-4.8.2} MD5LONG=${MD5LONG:-54a357f9590d9cf011bf1713589f66bad65e00eb} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -77,8 +77,8 @@ find -L . \ # https://mail.kde.org/pipermail/release-team/2015-August/008911.html sed -i 's|#include <grantlee_templates.h>|#include "grantlee_templates_local.h"|' \ desktop-widgets/templatelayout.h -cat /usr/include/Grantlee5/grantlee_templates.h | \ - sed -e 's|grantlee/|Grantlee5/grantlee/|'\ +sed -e 's|grantlee/|Grantlee5/grantlee/|' \ + /usr/include/Grantlee5/grantlee_templates.h \ > grantlee_templates_local.h # Fix the location detection of googlemaps |