diff options
-rw-r--r-- | dotnet-core-5.0-bin/PKGBUILD | 2 | ||||
-rw-r--r-- | dotnet-core-bin/PKGBUILD | 5 |
2 files changed, 4 insertions, 3 deletions
diff --git a/dotnet-core-5.0-bin/PKGBUILD b/dotnet-core-5.0-bin/PKGBUILD index 497a61dab..7882d946e 100644 --- a/dotnet-core-5.0-bin/PKGBUILD +++ b/dotnet-core-5.0-bin/PKGBUILD @@ -1,4 +1,4 @@ -# Maintainer: Erich Eckenr <arch at eckner dot net> +# Maintainer: Erich Eckner <arch at eckner dot net> # Contributor: Attila Greguss <floyd0122[at]gmail[dot]com> pkgbase=dotnet-core-5.0-bin diff --git a/dotnet-core-bin/PKGBUILD b/dotnet-core-bin/PKGBUILD index 191fe3498..6b67caef0 100644 --- a/dotnet-core-bin/PKGBUILD +++ b/dotnet-core-bin/PKGBUILD @@ -1,4 +1,5 @@ -# Maintainer: Attila Greguss <floyd0122[at]gmail[dot]com> +# Maintainer: Erich Eckner <arch at eckner dot net> +# Contributor: Attila Greguss <floyd0122[at]gmail[dot]com> pkgbase=dotnet-core-bin pkgname=( @@ -127,4 +128,4 @@ package_aspnet-targeting-pack-bin() { install -dm 755 "${pkgdir}"/usr/share/{dotnet,dotnet/packs,licenses} cp -dr --no-preserve='ownership' packs/Microsoft.AspNetCore.App.Ref "${pkgdir}"/usr/share/dotnet/packs/ ln -s dotnet-host-bin "${pkgdir}"/usr/share/licenses/aspnet-targeting-pack-bin -}
\ No newline at end of file +} |