diff options
author | Erich Eckner <git@eckner.net> | 2022-01-14 10:18:51 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2022-01-14 10:18:51 +0100 |
commit | 93906f3d785a3275f53d2735cd218b1cc672c031 (patch) | |
tree | 2be5adea2c5e0d7592cf15fb60a01ded2876d076 /dotnet-core-bin/PKGBUILD | |
parent | a51b94c2828d76ac26428335600b5978385fa46a (diff) | |
download | archlinuxewe-93906f3d785a3275f53d2735cd218b1cc672c031.tar.xz |
fix maintainers
Diffstat (limited to 'dotnet-core-bin/PKGBUILD')
-rw-r--r-- | dotnet-core-bin/PKGBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
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 +} |