summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGr3q2020-03-27 11:17:00 +0000
committerGr3q2020-03-27 11:17:00 +0000
commit6f204dd917c96f863e51f69705457cf5da7373bf (patch)
tree296b5269078602de686c0c2d0537aa9570479055
parent18014bea054d10641986a6b61adbf51ac09a3152 (diff)
downloadaur-6f204dd917c96f863e51f69705457cf5da7373bf.tar.gz
Update info to indicate packages are end of life
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b795abea1a1f..15cb70aebb5b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -27,14 +27,14 @@ pkgbase = dotnet-core-3.0
sha512sums_aarch64 = ceeea4f5590dab0ccc8f016f61db72515bfe1b0d2308a1065696ec654088993f2fbfa7e5b12a486a229c9fbbda657be9f80e03879d9e3038b2d78ea4020f82c4
pkgname = aspnet-runtime-3.0
- pkgdesc = The ASP.NET Core runtime (binary)
+ pkgdesc = The ASP.NET Core runtime (binary) - End-of-life
depends = dotnet-runtime-3.0
provides = aspnet-runtime-3.0
provides = aspnet-runtime=3.0.3.sdk103
conflicts = aspnet-runtime-3.0
pkgname = dotnet-runtime-3.0
- pkgdesc = The .NET Core runtime (binary)
+ pkgdesc = The .NET Core runtime (binary) - End-of-life
depends = dotnet-host
depends = icu
depends = krb5
@@ -48,7 +48,7 @@ pkgname = dotnet-runtime-3.0
conflicts = dotnet-runtime-3.0
pkgname = dotnet-sdk-3.0
- pkgdesc = The .NET Core SDK (binary)
+ pkgdesc = The .NET Core SDK (binary) - End-of-life
depends = dotnet-runtime-3.0
provides = dotnet-sdk-3.0
provides = dotnet-sdk=3.0.3.sdk103
diff --git a/PKGBUILD b/PKGBUILD
index 80997d5a2ac7..e075d38d3210 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -22,7 +22,7 @@ sha512sums_aarch64=('ceeea4f5590dab0ccc8f016f61db72515bfe1b0d2308a1065696ec65408
sha512sums_x86_64=('22acd337c1f837c586b9d0e3581feeba828c7d6dc64e4c6c9b24bdc6159c635eb7019c3fb0534edeb4f84971e9c3584c7e3a4d80854cf5664d2792ee8fde189b')
package_dotnet-runtime-3.0() {
- pkgdesc='The .NET Core runtime (binary)'
+ pkgdesc='The .NET Core runtime (binary) - End-of-life'
depends=('dotnet-host' 'icu' 'krb5' 'libunwind' 'openssl' 'zlib'
'libcurl.so')
optdepends=('lttng-ust: CoreCLR tracing')
@@ -35,7 +35,7 @@ package_dotnet-runtime-3.0() {
}
package_aspnet-runtime-3.0() {
- pkgdesc='The ASP.NET Core runtime (binary)'
+ pkgdesc='The ASP.NET Core runtime (binary) - End-of-life'
depends=('dotnet-runtime-3.0')
provides=("aspnet-runtime-3.0" "aspnet-runtime=${pkgver}")
conflicts=("aspnet-runtime-3.0")
@@ -46,7 +46,7 @@ package_aspnet-runtime-3.0() {
}
package_dotnet-sdk-3.0() {
- pkgdesc='The .NET Core SDK (binary)'
+ pkgdesc='The .NET Core SDK (binary) - End-of-life'
depends=('dotnet-runtime-3.0')
provides=("dotnet-sdk-3.0" "dotnet-sdk=${pkgver}")
conflicts=("dotnet-sdk-3.0" "dotnet-sdk>=3")