diff options
author | Edinaldo P. Silva <edps.mundognu@gmail.com> | 2016-11-20 19:35:26 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-11-26 11:47:24 +0700 |
commit | 11b92d577de5f19fec6e64300eba877ccd1bb41d (patch) | |
tree | 51539d5d71e863c87911c89a5e34039f09f90106 /desktop/numix-gtk-theme/numix-gtk-theme.SlackBuild | |
parent | 358f15fe0fd2d1c9df2a5d9f34a8d2dd560d87e4 (diff) |
desktop/numix-gtk-theme: Updated for version 2.6.6.626.201611150117.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'desktop/numix-gtk-theme/numix-gtk-theme.SlackBuild')
-rw-r--r-- | desktop/numix-gtk-theme/numix-gtk-theme.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/desktop/numix-gtk-theme/numix-gtk-theme.SlackBuild b/desktop/numix-gtk-theme/numix-gtk-theme.SlackBuild index a69cab396dba..13f6826c20d4 100644 --- a/desktop/numix-gtk-theme/numix-gtk-theme.SlackBuild +++ b/desktop/numix-gtk-theme/numix-gtk-theme.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM="numix-gtk-theme" -VERSION=${VERSION:-2.6.5.606.201610230531} +VERSION=${VERSION:-2.6.6.626.201611150117} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -36,12 +36,12 @@ CWD=$(pwd) set -e -SRCVER="2.6.5+606~201610230531~ubuntu16.10.1" +SRCVER="2.6.6+626~201611150117~ubuntu16.10.1" rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP -rm -rf $PRGNAM-$VERSION +rm -rf $PRGNAM-$SRCVER tar xvf $CWD/${PRGNAM}_${SRCVER}.tar.xz cd $PRGNAM-$SRCVER chown -R root:root . |