[arch-commits] Commit in dotnet-core-3.1/trunk (PKGBUILD)
Maxime Gauduin
alucryd at archlinux.org
Sat May 15 21:39:57 UTC 2021
Date: Saturday, May 15, 2021 @ 21:39:57
Author: alucryd
Revision: 934806
upgpkg: dotnet-core-3.1 3.1.15.sdk115-1
Modified:
dotnet-core-3.1/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-15 21:35:25 UTC (rev 934805)
+++ PKGBUILD 2021-05-15 21:39:57 UTC (rev 934806)
@@ -11,7 +11,7 @@
dotnet-targeting-pack-3.1
aspnet-targeting-pack-3.1
)
-pkgver=3.1.14.sdk114
+pkgver=3.1.15.sdk115
pkgrel=1
arch=(x86_64)
url=https://www.microsoft.com/net/core
@@ -38,7 +38,7 @@
zlib
)
options=(staticlibs)
-_tag=3d8766be5c1b90273c047e134868c224df66b047
+_tag=dfe2fbe0e464391bee51f07fe97bc790794a385e
source=(
dotnet-source-build::git+https://github.com/dotnet/source-build.git#tag=${_tag}
dotnet-source-build-coreclr-tools-path.patch
@@ -55,7 +55,7 @@
'bd9e0cec11937997df2764bccfdb9468af8ffabd85597447a3de52c801cd6c2717fb297f4bad00784568c67b4f1648038cc0ffdccc7f52c63935562bc2f2ef9a')
prepare() {
- #cp -r /usr/share/dotnet .
+ # cp -r /usr/share/dotnet .
cd dotnet-source-build
@@ -73,7 +73,7 @@
pkgver() {
cd dotnet-source-build
- if [[ $(git describe --tags) != *-SDK ]]; then
+ if [[ $(git describe --tags) != v3.1.*-SDK ]]; then
exit 1
fi
More information about the arch-commits
mailing list