[arch-commits] Commit in dotnet-sdk/repos/community-any (PKGBUILD PKGBUILD)

Maxime Gauduin alucryd at archlinux.org
Sun May 13 09:13:01 UTC 2018


    Date: Sunday, May 13, 2018 @ 09:13:00
  Author: alucryd
Revision: 321578

archrelease: copy trunk to community-any

Added:
  dotnet-sdk/repos/community-any/PKGBUILD
    (from rev 321577, dotnet-sdk/trunk/PKGBUILD)
Deleted:
  dotnet-sdk/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   50 +++++++++++++++++++++++++-------------------------
 1 file changed, 25 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-13 09:12:49 UTC (rev 321577)
+++ PKGBUILD	2018-05-13 09:13:00 UTC (rev 321578)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Max Liebkies <mail at maxliebkies.de>
-
-pkgname=dotnet-sdk
-pkgver=2.1.105
-pkgrel=1
-pkgdesc='The .NET Core SDK'
-arch=('any')
-url='https://www.microsoft.com/net/core'
-license=('MIT')
-depends=('dotnet-runtime')
-options=('staticlibs')
-conflicts=('dotnet-sdk-2.0')
-provides=('dotnet-sdk-2.0')
-source=('https://download.microsoft.com/download/2/E/C/2EC018A0-A0FC-40A2-849D-AA692F68349E/dotnet-sdk-2.1.105-linux-x64.tar.gz')
-sha256sums=('e914b75b484d5b0e10958559358ae1e172cb250523e5ba1fffc4fe933ebb6523')
-
-package() {
-  install -dm 755 "${pkgdir}"/{opt/dotnet,usr/share/licenses}
-  cp -dr --no-preserve='ownership' sdk "${pkgdir}"/opt/dotnet/
-  ln -s dotnet-runtime "${pkgdir}"/usr/share/licenses/dotnet-sdk
-}
-
-# vim: ts=2 sw=2 et:

Copied: dotnet-sdk/repos/community-any/PKGBUILD (from rev 321577, dotnet-sdk/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-05-13 09:13:00 UTC (rev 321578)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Max Liebkies <mail at maxliebkies.de>
+
+pkgname=dotnet-sdk
+pkgver=2.1.200
+pkgrel=1
+pkgdesc='The .NET Core SDK'
+arch=('any')
+url='https://www.microsoft.com/net/core'
+license=('MIT')
+depends=('dotnet-runtime')
+options=('staticlibs')
+conflicts=('dotnet-sdk-2.0')
+provides=('dotnet-sdk-2.0')
+source=('https://download.microsoft.com/download/3/7/1/37189942-C91D-46E9-907B-CF2B2DE584C7/dotnet-sdk-2.1.200-linux-x64.tar.gz')
+sha256sums=('58977b4b232f5fe97f9825340ce473cf1ec1bad76eb512fe6b5e2210c76c09de')
+
+package() {
+  install -dm 755 "${pkgdir}"/{opt/dotnet,usr/share/licenses}
+  cp -dr --no-preserve='ownership' sdk "${pkgdir}"/opt/dotnet/
+  ln -s dotnet-runtime "${pkgdir}"/usr/share/licenses/dotnet-sdk
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list