perl/perl-Config-Simple: Change maintainer.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
ff4e5d5fd9
commit
969adf2465
|
@ -3,6 +3,7 @@
|
|||
# Slackware build script for Config-Simple
|
||||
|
||||
# Copyright 2014 Elvio Basello
|
||||
# Copyright 2019 Marcus Moeller
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -31,7 +32,7 @@ SRCNAM="$( echo $PRGNAM | cut -d- -f2- )"
|
|||
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
i?86) ARCH=i486 ;;
|
||||
i?86) ARCH=i586 ;;
|
||||
arm*) ARCH=arm ;;
|
||||
*) ARCH=$( uname -m ) ;;
|
||||
esac
|
||||
|
|
|
@ -6,5 +6,5 @@ MD5SUM="f014aec54f0a1e2e880d317180fce502"
|
|||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
MAINTAINER="Elvio Basello (HelLViS69)"
|
||||
EMAIL="hellvis69@gmail.com"
|
||||
MAINTAINER="Marcus Moeller"
|
||||
EMAIL="mmoeller@faircomputer.ch"
|
||||
|
|
Loading…
Reference in New Issue