diff options
author | Edinaldo P. Silva <edps.mundognu@gmail.com> | 2018-07-01 08:29:17 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-07-07 06:54:12 +0700 |
commit | 1d7d4a333018e243e6b15d53b9078b3d3bb9583b (patch) | |
tree | 3817b9af37415a85fc212485d418bfe1575d9315 /desktop/faba-icon-theme | |
parent | 29d5a0713b4b88336f49079bc37d27d6464f7156 (diff) | |
download | slackbuilds-1d7d4a333018e243e6b15d53b9078b3d3bb9583b.tar.gz |
desktop/faba-icon-theme: Updated for version 4.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/faba-icon-theme')
-rw-r--r-- | desktop/faba-icon-theme/faba-icon-theme.SlackBuild | 7 | ||||
-rw-r--r-- | desktop/faba-icon-theme/faba-icon-theme.info | 6 |
2 files changed, 5 insertions, 8 deletions
diff --git a/desktop/faba-icon-theme/faba-icon-theme.SlackBuild b/desktop/faba-icon-theme/faba-icon-theme.SlackBuild index fe0002b809..7ae2668c3f 100644 --- a/desktop/faba-icon-theme/faba-icon-theme.SlackBuild +++ b/desktop/faba-icon-theme/faba-icon-theme.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM="faba-icon-theme" -VERSION=${VERSION:-20180624} +VERSION=${VERSION:-4.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -34,16 +34,13 @@ PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} CWD=$(pwd) -SRCVER=${SRCVER:-6d7ebd28276608215b1fb48ac59edef898646144} - set -e rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$SRCVER.tar.gz -mv $PRGNAM-$SRCVER $PRGNAM-$VERSION +tar xvf $CWD/$PRGNAM-$VERSION.tar.gz cd $PRGNAM-$VERSION chown -R root:root . find -L . \ diff --git a/desktop/faba-icon-theme/faba-icon-theme.info b/desktop/faba-icon-theme/faba-icon-theme.info index a720b8a87a..f593c8d827 100644 --- a/desktop/faba-icon-theme/faba-icon-theme.info +++ b/desktop/faba-icon-theme/faba-icon-theme.info @@ -1,8 +1,8 @@ PRGNAM="faba-icon-theme" -VERSION="20180624" +VERSION="4.3" HOMEPAGE="https://github.com/snwh/faba-icon-theme/" -DOWNLOAD="https://github.com/snwh/faba-icon-theme/archive/6d7ebd28276608215b1fb48ac59edef898646144/faba-icon-theme-6d7ebd28276608215b1fb48ac59edef898646144.tar.gz" -MD5SUM="7e986db83a37103e117812ad41a08ecd" +DOWNLOAD="https://github.com/snwh/faba-icon-theme/archive/v4.3/faba-icon-theme-4.3.tar.gz" +MD5SUM="34633c7d146b93abebc96d3dddd52053" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="meson" |