diff options
author | Vincent Batts <vbatts@hashbangbash.com> | 2020-02-15 14:01:04 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-02-24 06:10:14 +0700 |
commit | 2a155623e4ad21309755df0e544167019f24fa76 (patch) | |
tree | bca2d11a92d2066593f1f6f92e773e5c2bd0b435 /desktop/flatpak/flatpak.SlackBuild | |
parent | 8b9555e12550377c2af08ad41c324907eb015039 (diff) |
desktop/flatpak: Updated for version 1.6.2.
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
Diffstat (limited to 'desktop/flatpak/flatpak.SlackBuild')
-rw-r--r-- | desktop/flatpak/flatpak.SlackBuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/desktop/flatpak/flatpak.SlackBuild b/desktop/flatpak/flatpak.SlackBuild index d649b33f22..f2748c9de4 100644 --- a/desktop/flatpak/flatpak.SlackBuild +++ b/desktop/flatpak/flatpak.SlackBuild @@ -23,8 +23,8 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=flatpak -VERSION=${VERSION:-1.6.1} -BUILD=${BUILD:-2} +VERSION=${VERSION:-1.6.2} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -69,8 +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 {} \; -patch -p1 < $CWD/3405.patch - CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ |