summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGr3q2020-08-13 20:07:12 +0100
committerGr3q2020-08-13 20:07:12 +0100
commit15ce46752af0a24c45671e62790e2bc8acdb4a52 (patch)
tree0cbf7c4e72f989a4f7c4ae2f8628ee9b5ac0984a
parent1e6bdf971df76c1ff2250b73616a67c55c669401 (diff)
downloadaur-15ce46752af0a24c45671e62790e2bc8acdb4a52.tar.gz
Update to 3.1.7
-rw-r--r--.SRCINFO23
-rw-r--r--PKGBUILD39
2 files changed, 35 insertions, 27 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 08c055120aa2..cb917b426c5a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,18 @@
pkgbase = dotnet-core-bin
- pkgver = 3.1.6.sdk302
- pkgrel = 2
+ pkgver = 3.1.7.sdk401
+ pkgrel = 1
url = https://www.microsoft.com/net/core
arch = x86_64
arch = armv7h
arch = aarch64
license = MIT
options = staticlibs
- 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
- sha512sums_armv7h = eccb9ba89eb745282cb749e505fcf2209e3b56f41d5ddbb383dbeae04eb58a9b367560d743bc78600c8adab4abb93bbabccaae33613b9d3fec2b150fca5dffc4
- source_aarch64 = https://download.visualstudio.microsoft.com/download/pr/5ee48114-19bf-4a28-89b6-37cab15ec3f2/f5d1f54ca93ceb8be7d8e37029c8e0f2/dotnet-sdk-3.1.302-linux-arm64.tar.gz
- sha512sums_aarch64 = c2bebb673f217d9e7afb80b2b032c6f850d93e2419b5c0f9aa22676114a5c4fa91550a89b46757012fb9535405c1bb7902f0927f093769d4d055a8de84cfc5d8
+ source_x86_64 = https://download.visualstudio.microsoft.com/download/pr/4f9b8a64-5e09-456c-a087-527cfc8b4cd2/15e14ec06eab947432de139f172f7a98/dotnet-sdk-3.1.401-linux-x64.tar.gz
+ sha512sums_x86_64 = 5498add9ef83da44d8f7806ca1ce335ad4193c0d3181a5abda4b65e116c7331aac37a229817ff148e4487e9734ad2438f102a0eef0049e26773a185ceb78aac4
+ source_armv7h = https://download.visualstudio.microsoft.com/download/pr/a92a6358-52c3-472b-ad6d-d2d80abdcef4/37a7551a4e2c9e455caed5ef777a8983/dotnet-sdk-3.1.401-linux-arm.tar.gz
+ sha512sums_armv7h = 2c84d8442fd872aafbdff7a1f131c4bacfb75ca69426d2aa2b9f3cf05a8e3a365923c14f7eb732113dd7a9fdc674c955e70817fb355aaabca25b79ed33356a15
+ source_aarch64 = https://download.visualstudio.microsoft.com/download/pr/8c39349a-23d0-46b0-8206-8b573a404709/b42fd441c1911acc90aaddaa58d7103f/dotnet-sdk-3.1.401-linux-arm64.tar.gz
+ sha512sums_aarch64 = ab9afd226b920dce24bcd372cccb1965163829c26d1f11f1df3d8f9be5afb1d87f26b23e5fbeb58cf4ddaa040b8228fa00a786c379a454b9d99c2964197ab4cd
pkgname = dotnet-host-bin
pkgdesc = A generic driver for the .NET Core Command Line Interface (binary)
@@ -32,12 +32,13 @@ pkgname = aspnet-runtime-bin
pkgname = dotnet-runtime-bin
pkgdesc = The .NET Core runtime (binary)
depends = dotnet-host
+ depends = glibc
depends = icu
depends = krb5
+ depends = libcurl.so
depends = libunwind
depends = openssl
depends = zlib
- depends = libcurl.so
optdepends = lttng-ust: CoreCLR tracing
provides = dotnet-runtime-bin
provides = dotnet-runtime=3.1.6
@@ -51,10 +52,10 @@ pkgname = dotnet-sdk-bin
depends = dotnet-runtime-bin
depends = glibc
provides = dotnet-sdk-bin
- provides = dotnet-sdk=3.1.6.sdk302
+ provides = dotnet-sdk=3.1.7.sdk401
provides = dotnet-sdk-3.1
conflicts = dotnet-sdk-bin
- conflicts = dotnet-sdk=3.1.6.sdk302
+ conflicts = dotnet-sdk=3.1.7.sdk401
conflicts = dotnet-sdk-3.1
pkgname = dotnet-targeting-pack-bin
diff --git a/PKGBUILD b/PKGBUILD
index a2de0352048b..bb09c6bc5307 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,20 +10,20 @@ pkgname=(
'dotnet-targeting-pack-bin'
'aspnet-targeting-pack-bin'
)
-pkgver=3.1.6.sdk302
+pkgver=3.1.7.sdk401
_runtimever=3.1.6
-_sdkver=3.1.302
-pkgrel=2
+_sdkver=3.1.401
+pkgrel=1
arch=('x86_64' 'armv7h' 'aarch64')
url='https://www.microsoft.com/net/core'
license=('MIT')
options=('staticlibs')
-source_armv7h=('https://download.visualstudio.microsoft.com/download/pr/56691c4c-341a-4bca-9869-409803d23cf8/d872d7a0c27a6c5e9b812e889de89956/dotnet-sdk-3.1.302-linux-arm.tar.gz')
-source_aarch64=('https://download.visualstudio.microsoft.com/download/pr/5ee48114-19bf-4a28-89b6-37cab15ec3f2/f5d1f54ca93ceb8be7d8e37029c8e0f2/dotnet-sdk-3.1.302-linux-arm64.tar.gz')
-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_armv7h=('eccb9ba89eb745282cb749e505fcf2209e3b56f41d5ddbb383dbeae04eb58a9b367560d743bc78600c8adab4abb93bbabccaae33613b9d3fec2b150fca5dffc4')
-sha512sums_aarch64=('c2bebb673f217d9e7afb80b2b032c6f850d93e2419b5c0f9aa22676114a5c4fa91550a89b46757012fb9535405c1bb7902f0927f093769d4d055a8de84cfc5d8')
-sha512sums_x86_64=('a270c150d53eafbb67d294aecd27584b517077b6555d93d1dd933f4209affdda58cae112a50b3a56eeef63e635b5c5d1933f4852a92e760282c7619d2454edbe')
+source_armv7h=('https://download.visualstudio.microsoft.com/download/pr/a92a6358-52c3-472b-ad6d-d2d80abdcef4/37a7551a4e2c9e455caed5ef777a8983/dotnet-sdk-3.1.401-linux-arm.tar.gz')
+source_aarch64=('https://download.visualstudio.microsoft.com/download/pr/8c39349a-23d0-46b0-8206-8b573a404709/b42fd441c1911acc90aaddaa58d7103f/dotnet-sdk-3.1.401-linux-arm64.tar.gz')
+source_x86_64=('https://download.visualstudio.microsoft.com/download/pr/4f9b8a64-5e09-456c-a087-527cfc8b4cd2/15e14ec06eab947432de139f172f7a98/dotnet-sdk-3.1.401-linux-x64.tar.gz')
+sha512sums_armv7h=('2c84d8442fd872aafbdff7a1f131c4bacfb75ca69426d2aa2b9f3cf05a8e3a365923c14f7eb732113dd7a9fdc674c955e70817fb355aaabca25b79ed33356a15')
+sha512sums_aarch64=('ab9afd226b920dce24bcd372cccb1965163829c26d1f11f1df3d8f9be5afb1d87f26b23e5fbeb58cf4ddaa040b8228fa00a786c379a454b9d99c2964197ab4cd')
+sha512sums_x86_64=('5498add9ef83da44d8f7806ca1ce335ad4193c0d3181a5abda4b65e116c7331aac37a229817ff148e4487e9734ad2438f102a0eef0049e26773a185ceb78aac4')
package_dotnet-host-bin() {
pkgdesc='A generic driver for the .NET Core Command Line Interface (binary)'
@@ -39,15 +39,22 @@ package_dotnet-host-bin() {
package_dotnet-runtime-bin() {
pkgdesc='The .NET Core runtime (binary)'
- depends=('dotnet-host' 'icu' 'krb5' 'libunwind' 'openssl' 'zlib'
- 'libcurl.so')
+ depends=('dotnet-host'
+ 'glibc'
+ 'icu'
+ 'krb5'
+ 'libcurl.so'
+ 'libunwind'
+ 'openssl'
+ 'zlib'
+ )
optdepends=('lttng-ust: CoreCLR tracing')
provides=("dotnet-runtime-bin" "dotnet-runtime=${_runtimever}" "dotnet-runtime-3.1")
conflicts=("dotnet-runtime-bin" "dotnet-runtime=${_runtimever}" "dotnet-runtime-3.1")
install -dm 755 "${pkgdir}"/usr/share/{dotnet/shared,licenses}
cp -dr --no-preserve='ownership' shared/Microsoft.NETCore.App "${pkgdir}"/usr/share/dotnet/shared/
- ln -s dotnet-host-bin "${pkgdir}"/usr/share/licenses/dotnet-runtime
+ ln -s dotnet-host-bin "${pkgdir}"/usr/share/licenses/dotnet-runtime-bin
}
package_aspnet-runtime-bin() {
@@ -58,7 +65,7 @@ package_aspnet-runtime-bin() {
install -dm 755 "${pkgdir}"/usr/share/{dotnet/shared,licenses}
cp -dr --no-preserve='ownership' shared/Microsoft.AspNetCore.App "${pkgdir}"/usr/share/dotnet/shared/
- ln -s dotnet-host-bin "${pkgdir}"/usr/share/licenses/aspnet-runtime
+ ln -s dotnet-host-bin "${pkgdir}"/usr/share/licenses/aspnet-runtime-bin
}
package_dotnet-sdk-bin() {
@@ -68,7 +75,7 @@ package_dotnet-sdk-bin() {
conflicts=("dotnet-sdk-bin" "dotnet-sdk=${pkgver}" "dotnet-sdk-3.1")
install -dm 755 "${pkgdir}"/usr/share/{dotnet,licenses}
cp -dr --no-preserve='ownership' sdk templates "${pkgdir}"/usr/share/dotnet/
- ln -s dotnet-host-bin "${pkgdir}"/usr/share/licenses/dotnet-sdk
+ ln -s dotnet-host-bin "${pkgdir}"/usr/share/licenses/dotnet-sdk-bin
}
# package_netstandard-targeting-pack-bin() {
@@ -89,7 +96,7 @@ package_dotnet-targeting-pack-bin() {
install -dm 755 "${pkgdir}"/usr/share/{dotnet,dotnet/packs,licenses}
cp -dr --no-preserve='ownership' packs/Microsoft.NETCore.App.{Host.linux-x64,Ref} "${pkgdir}"/usr/share/dotnet/packs/
- ln -s dotnet-host "${pkgdir}"/usr/share/licenses/dotnet-targeting-pack
+ ln -s dotnet-host "${pkgdir}"/usr/share/licenses/dotnet-targeting-pack-bin
}
package_aspnet-targeting-pack-bin() {
@@ -100,5 +107,5 @@ 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 "${pkgdir}"/usr/share/licenses/aspnet-targeting-pack
+ ln -s dotnet-host "${pkgdir}"/usr/share/licenses/aspnet-targeting-pack-bin
} \ No newline at end of file