summaryrefslogtreecommitdiffstats
path: root/development/sqlitebrowser/sqlitebrowser.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'development/sqlitebrowser/sqlitebrowser.SlackBuild')
-rw-r--r--development/sqlitebrowser/sqlitebrowser.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/development/sqlitebrowser/sqlitebrowser.SlackBuild b/development/sqlitebrowser/sqlitebrowser.SlackBuild
index 30d97bd034..b36eb8bcbd 100644
--- a/development/sqlitebrowser/sqlitebrowser.SlackBuild
+++ b/development/sqlitebrowser/sqlitebrowser.SlackBuild
@@ -27,7 +27,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=sqlitebrowser
-VERSION=${VERSION:-3.10.1}
+VERSION=${VERSION:-3.12.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -89,7 +89,7 @@ cp src/$PRGNAM $PKG/usr/bin/
mkdir -p $PKG/usr/share/applications/
cp distri/$PRGNAM.desktop $PKG/usr/share/applications/
mkdir -p $PKG/usr/share/pixmaps/
-cp images/$PRGNAM.svg $PKG/usr/share/pixmaps/
+cp images/logo.svg $PKG/usr/share/pixmaps/
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true