diff options
author | B. Watson <urchlay@slackware.uk> | 2022-06-09 13:13:01 -0400 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2022-06-09 13:22:44 -0400 |
commit | 08f650589f4d9ea53a1da4099372f3fdf7d9a4f9 (patch) | |
tree | 4b0e432d591c30f714bd911d5a357c8e53caba34 /python | |
parent | ca1c8fe9ab2a2fcb0f056910746badcaed38eb6b (diff) | |
download | slackbuilds-08f650589f4d9ea53a1da4099372f3fdf7d9a4f9.tar.gz |
python/pygame: Update email address.
Signed-off-by: B. Watson <urchlay@slackware.uk>
Diffstat (limited to 'python')
-rw-r--r-- | python/pygame/pygame.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/pygame/pygame.SlackBuild b/python/pygame/pygame.SlackBuild index 90134bec34..e5a792a8fe 100644 --- a/python/pygame/pygame.SlackBuild +++ b/python/pygame/pygame.SlackBuild @@ -5,7 +5,7 @@ ## Written by hollywoodb (hollywoodb@fastmail.fm) # Modified by the SlackBuilds.org project # Maintained by Bojan Popovic (bocke@slackware-srbija.org), 2014-2017 -# Contribution by B.Watson (yalhcru@gmail.com), 11 apr. 2017. +# Contribution by B.Watson (urchlay@slackware.uk), 11 apr. 2017. # Copyright 2017-2022 Dimitris Zlatanidis Orestiada, Greece # # All rights reserved. @@ -86,7 +86,7 @@ patch -p1 < $CWD/setup.patch # Therfore use config-settings like for Fedora. sed -i 's;/etc/redhat-release;/etc/slackware-version;' buildconfig/config_unix.py -# Contributed by B.Watson (yalhcru@gmail.com). +# Contributed by B.Watson (urchlay@slackware.uk). # Gets rid of the call to remove_old_files() during packaging. # TLDR: Stops packaging scripts from messing with a local PyGame install. sed -i '/^if "install"/,$d' setup.py |