mate-theme: Upgraded to 3.22.21.

Signed-off-by: Willy Sudiarto Raharjo <willysr@gmail.com>
This commit is contained in:
Willy Sudiarto Raharjo 2020-04-26 21:02:16 +07:00
parent 9b084c8006
commit b464b1e109
No known key found for this signature in database
GPG key ID: 887B8374D7333381

View file

@ -24,11 +24,17 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=mate-themes
VERSION=${VERSION:-3.22.20}
VERSION=${VERSION:-3.22.21}
BUILD=${BUILD:-1}
TAG=${TAG:-_msb}
ARCH=noarch
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
fi
wget -c https://pub.mate-desktop.org/releases/themes/3.22/$PRGNAM-$VERSION.tar.xz
@ -111,4 +117,4 @@ mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
cd $PKG
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-txz}
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-noarch-$BUILD$TAG.${PKGTYPE:-txz}