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

Maxime Gauduin alucryd at archlinux.org
Tue Mar 27 09:24:52 UTC 2018


    Date: Tuesday, March 27, 2018 @ 09:24:50
  Author: alucryd
Revision: 312841

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-03-27 09:24:31 UTC (rev 312840)
+++ PKGBUILD	2018-03-27 09:24:50 UTC (rev 312841)
@@ -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.101
-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/D/C/F/DCFA73BE-93CE-4DA0-AB76-98972FD6E475/dotnet-sdk-2.1.101-linux-x64.tar.gz')
-sha256sums=('a17b94040bd709b8ce8ded35525e62465b071bb064f7b3d3b01899708b04a4af')
-
-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 312840, dotnet-sdk/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-03-27 09:24:50 UTC (rev 312841)
@@ -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.103
+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/E/2/6/E266C257-F7AF-4E79-8EA2-DF26031C84E2/dotnet-sdk-2.1.103-linux-x64.tar.gz')
+sha256sums=('fb44d514408a2a141fcbbb8bebc4ea76db61553ef68cf52e490015cb1a5370d8')
+
+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