Upgraded pango from 1.50.14 to 1.52.2

This commit is contained in:
dslm4515
2024-06-02 13:14:47 -05:00
parent 52ef6c6145
commit edcd835c22

View File

@ -1,7 +1,7 @@
#! /bin/bash
# Pango
# Source: https://download.gnome.org/sources/pango/1.50/pango-1.50.14.tar.xz
# Source: https://download.gnome.org/sources/pango/1.52/pango-1.52.2.tar.xz
#
# $BUILD = Directory to temporarily install
# $PKGS = Directory to store built packages
@ -50,5 +50,5 @@ pango:
pango:
EOF
sudo -S mv -v /tmp/slack-desc install/ &&
sudo -S makepkg -l y -c n $PKGS/pango-1.50.14-$PSUFFIX &&
sudo -S makepkg -l y -c n $PKGS/pango-1.52.2-$PSUFFIX &&
sudo -S rm -rf ${BUILD}/*