summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorGr3q2020-08-04 20:09:31 +0100
committerGr3q2020-08-04 20:09:31 +0100
commit1e6bdf971df76c1ff2250b73616a67c55c669401 (patch)
treef02bb1aa60d983b9fbb8266da1cc26b5e033d01d /.SRCINFO
parent352992e370a71e317dd828bf890d79fd3bdc7c07 (diff)
downloadaur-1e6bdf971df76c1ff2250b73616a67c55c669401.tar.gz
Change to splitting targeting packs as the community packages
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO18
1 files changed, 15 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9b7c5ece96cf..08c055120aa2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,12 @@
pkgbase = dotnet-core-bin
pkgver = 3.1.6.sdk302
- pkgrel = 1
+ pkgrel = 2
url = https://www.microsoft.com/net/core
arch = x86_64
arch = armv7h
arch = aarch64
license = MIT
options = staticlibs
- source = dotnet.sh
- sha512sums = 448e2ad41a1ac5b7adf4a17ef27d01d1f20c6d355fdb1e10b0ceb4bd6edd8b3a24874aa8c42cfcf56267a6a85c5896b5f69764e5e59526f6938ec7c9d1ec7383
source_x86_64 = https://download.visualstudio.microsoft.com/download/pr/c1a30ceb-adc2-4244-b24a-06ca29bb1ee9/6df5d856ff1b3e910d283f89690b7cae/dotnet-sdk-3.1.302-linux-x64.tar.gz
sha512sums_x86_64 = a270c150d53eafbb67d294aecd27584b517077b6555d93d1dd933f4209affdda58cae112a50b3a56eeef63e635b5c5d1933f4852a92e760282c7619d2454edbe
source_armv7h = https://download.visualstudio.microsoft.com/download/pr/56691c4c-341a-4bca-9869-409803d23cf8/d872d7a0c27a6c5e9b812e889de89956/dotnet-sdk-3.1.302-linux-arm.tar.gz
@@ -59,3 +57,17 @@ pkgname = dotnet-sdk-bin
conflicts = dotnet-sdk=3.1.6.sdk302
conflicts = dotnet-sdk-3.1
+pkgname = dotnet-targeting-pack-bin
+ pkgdesc = The .NET Core targeting pack (binary)
+ depends = netstandard-targeting-pack
+ provides = dotnet-targeting-pack=3.1.6
+ provides = dotnet-targeting-pack-3.1
+ conflicts = dotnet-targeting-pack=3.1.6
+
+pkgname = aspnet-targeting-pack-bin
+ pkgdesc = The ASP.NET Core targeting pack (binary)
+ depends = dotnet-targeting-pack-bin
+ provides = aspnet-targeting-pack=3.1.6
+ provides = aspnet-targeting-pack-3.1
+ conflicts = aspnet-targeting-pack=3.1.6
+