1
0
mirror of https://github.com/QSCTech/zjunet.git synced 2026-01-23 04:04:48 +08:00

Fix typo in maintainer name

This commit is contained in:
Wu Yufei 2020-11-13 02:22:01 +08:00
parent a587c43bd1
commit f8ca63933e
No known key found for this signature in database
GPG Key ID: 226E1C0EDF292D66

View File

@ -17,7 +17,7 @@ FILE_SHA1=$(sha1sum $PKGNAME-$PKGVER.tar.gz | cut -f1 -d' ')
FILE_SHA256=$(sha256sum $PKGNAME-$PKGVER.tar.gz | cut -f1 -d' ')
cat > PKGBUILD <<EOF
# Maintainer: tespent <me@tespent.cn>
# Maintainer: Wu Yufei <me@tespent.cn>
pkgname=$PKGNAME
pkgver=$PKGVER_NOREL