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

Maxime Gauduin alucryd at archlinux.org
Tue Jun 12 11:23:15 UTC 2018


    Date: Tuesday, June 12, 2018 @ 11:23:14
  Author: alucryd
Revision: 342459

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-12 11:23:06 UTC (rev 342458)
+++ PKGBUILD	2018-06-12 11:23:14 UTC (rev 342459)
@@ -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.300
-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.1')
-provides=('dotnet-sdk-2.1')
-source=('https://download.microsoft.com/download/8/8/5/88544F33-836A-49A5-8B67-451C24709A8F/dotnet-sdk-2.1.300-linux-x64.tar.gz')
-sha256sums=('fabca4c8825182ff18e5a2f82dfe75aecd10260ee9e7c85a8c4b3d108e5d8e1b')
-
-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 342458, dotnet-sdk/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-06-12 11:23:14 UTC (rev 342459)
@@ -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.300
+pkgrel=2
+pkgdesc='The .NET Core SDK'
+arch=('any')
+url='https://www.microsoft.com/net/core'
+license=('MIT')
+depends=('aspnet-runtime' 'dotnet-runtime')
+options=('staticlibs')
+conflicts=('dotnet-sdk-2.1')
+provides=('dotnet-sdk-2.1')
+source=('https://download.microsoft.com/download/8/8/5/88544F33-836A-49A5-8B67-451C24709A8F/dotnet-sdk-2.1.300-linux-x64.tar.gz')
+sha256sums=('fabca4c8825182ff18e5a2f82dfe75aecd10260ee9e7c85a8c4b3d108e5d8e1b')
+
+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