Upgraded pixman from 0.40.0 to 0.42.2

This commit is contained in:
dslm4515
2023-12-21 23:16:39 -06:00
parent 7e8bead2bb
commit 4936a577b4

View File

@ -1,7 +1,7 @@
#! /bin/bash
# Pixman
# Source: https://www.cairographics.org/releases/pixman-0.40.0.tar.gz
# Source: https://www.cairographics.org/releases/pixman-0.42.2.tar.gz
#
# $BUILD = Directory to temporarily install
# $PKGS = Directory to store built packages
@ -47,5 +47,5 @@ pixman:
pixman:
EOF
sudo -S mv -v /tmp/slack-desc install/ &&
sudo -S makepkg -l y -c n $PKGS/pixman-0.40-$(uname -m)-mlfs.txz &&
sudo -S makepkg -l y -c n $PKGS/pixman-0.42.2-$PSUFFIX &&
sudo -S rm -rf ${BUILD}/*