desktop/numix-icon-theme: Updated for version 0.3.871.201610060518.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
23c9d0eb08
commit
1d3aa1b1db
|
@ -2,7 +2,7 @@
|
|||
#
|
||||
# Slackware build script for numix-icon-theme.
|
||||
#
|
||||
# Copyright 2015 Edinaldo P. Silva, Rio de Janeiro, Brazil.
|
||||
# Copyright 2015-2016 Edinaldo P. Silva, Rio de Janeiro, Brazil.
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM="numix-icon-theme"
|
||||
VERSION=${VERSION:-0.3.824.201608071940}
|
||||
VERSION=${VERSION:-0.3.871.201610060518}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -36,14 +36,14 @@ CWD=$(pwd)
|
|||
|
||||
set -e
|
||||
|
||||
SRCVER="0.3+824~201608071940~ubuntu16.10.1"
|
||||
SRCVER="0.3+871~201610060518~ubuntu16.10.1"
|
||||
|
||||
rm -rf $PKG
|
||||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
tar xvf $CWD/${PRGNAM}_${SRCVER}.tar.xz
|
||||
mv recipe $PRGNAM-$VERSION
|
||||
mv ${PRGNAM}-${SRCVER} $PRGNAM-$VERSION
|
||||
cd $PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="numix-icon-theme"
|
||||
VERSION="0.3.824.201608071940"
|
||||
VERSION="0.3.871.201610060518"
|
||||
HOMEPAGE="https://github.com/numixproject/numix-icon-theme/"
|
||||
DOWNLOAD="https://launchpad.net/~numix/+archive/ubuntu/ppa/+files/numix-icon-theme_0.3+824~201608071940~ubuntu16.10.1.tar.xz"
|
||||
MD5SUM="22ff3cedac1fdbb2d9bb49ef7af5c3aa"
|
||||
DOWNLOAD="https://launchpad.net/~numix/+archive/ubuntu/ppa/+files/numix-icon-theme_0.3+871~201610060518~ubuntu16.10.1.tar.xz"
|
||||
MD5SUM="1f3f531d8ec6ab5e2e35e040c7744b10"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue