[arch-commits] Commit in dotnet-core/repos/community-x86_64 (PKGBUILD PKGBUILD)

Maxime Gauduin alucryd at archlinux.org
Thu Mar 15 09:47:10 UTC 2018


    Date: Thursday, March 15, 2018 @ 09:47:07
  Author: alucryd
Revision: 308408

archrelease: copy trunk to community-x86_64

Added:
  dotnet-core/repos/community-x86_64/PKGBUILD
    (from rev 308407, dotnet-core/trunk/PKGBUILD)
Deleted:
  dotnet-core/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   76 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-03-15 09:46:53 UTC (rev 308407)
+++ PKGBUILD	2018-03-15 09:47:07 UTC (rev 308408)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Maintainer: Max Liebkies <mail at maxliebkies.de>
-
-pkgbase=dotnet-core
-pkgname=('dotnet-host' 'dotnet-runtime')
-pkgver=2.0.5
-pkgrel=1
-arch=('x86_64')
-url='https://www.microsoft.com/net/core'
-license=('MIT')
-depends=('gcc-libs' 'glibc')
-options=('staticlibs')
-source=('https://download.microsoft.com/download/1/1/0/11046135-4207-40D3-A795-13ECEA741B32/dotnet-runtime-2.0.5-linux-x64.tar.gz')
-sha256sums=('d55dbf65dcf3cc07b228915b04600bc1e2f5b46303cf9c8912c181898b95d8cf')
-
-package_dotnet-host() {
-  pkgdesc='A generic driver for the .NET Core Command Line Interface'
-
-  install -dm 755 "${pkgdir}"/{opt/dotnet,usr/bin,usr/share/licenses/dotnet-host}
-  cp -dr --no-preserve='ownership' dotnet host "${pkgdir}"/opt/dotnet/
-  install -m 644 *.txt -t "${pkgdir}"/usr/share/licenses/dotnet-host/
-  ln -s /opt/dotnet/dotnet "${pkgdir}"/usr/bin/
-}
-
-package_dotnet-runtime() {
-  pkgdesc='The .NET Core runtime'
-  depends+=('dotnet-host' 'icu' 'krb5' 'libunwind'  'lldb' 'lttng-ust' 'openssl-1.0' 'zlib'
-            'libcurl.so' 'libuuid.so')
-  provides=('dotnet-runtime-2.0')
-  conflicts=('dotnet-runtime-2.0')
-
-  install -dm 755 "${pkgdir}"/{opt/dotnet,usr/share/licenses}
-  cp -dr --no-preserve='ownership' shared "${pkgdir}"/opt/dotnet/
-  ln -s dotnet-host "${pkgdir}"/usr/share/licenses/dotnet-runtime
-}
-
-# vim: ts=2 sw=2 et:

Copied: dotnet-core/repos/community-x86_64/PKGBUILD (from rev 308407, dotnet-core/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-03-15 09:47:07 UTC (rev 308408)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Max Liebkies <mail at maxliebkies.de>
+
+pkgbase=dotnet-core
+pkgname=('dotnet-host' 'dotnet-runtime')
+pkgver=2.0.6
+pkgrel=1
+arch=('x86_64')
+url='https://www.microsoft.com/net/core'
+license=('MIT')
+depends=('gcc-libs' 'glibc')
+options=('staticlibs')
+source=('https://download.microsoft.com/download/8/D/A/8DA04DA7-565B-4372-BBCE-D44C7809A467/dotnet-runtime-2.0.6-linux-x64.tar.gz')
+sha256sums=('0eeb894d6e17ac0fc036997ba11ddf6665da5161e2e898788220e1945fa9bf11')
+
+package_dotnet-host() {
+  pkgdesc='A generic driver for the .NET Core Command Line Interface'
+
+  install -dm 755 "${pkgdir}"/{opt/dotnet,usr/bin,usr/share/licenses/dotnet-host}
+  cp -dr --no-preserve='ownership' dotnet host "${pkgdir}"/opt/dotnet/
+  install -m 644 *.txt -t "${pkgdir}"/usr/share/licenses/dotnet-host/
+  ln -s /opt/dotnet/dotnet "${pkgdir}"/usr/bin/
+}
+
+package_dotnet-runtime() {
+  pkgdesc='The .NET Core runtime'
+  depends+=('dotnet-host' 'icu' 'krb5' 'libunwind'  'lldb' 'lttng-ust' 'openssl-1.0' 'zlib'
+            'libcurl.so' 'libuuid.so')
+  provides=('dotnet-runtime-2.0')
+  conflicts=('dotnet-runtime-2.0')
+
+  install -dm 755 "${pkgdir}"/{opt/dotnet,usr/share/licenses}
+  cp -dr --no-preserve='ownership' shared "${pkgdir}"/opt/dotnet/
+  ln -s dotnet-host "${pkgdir}"/usr/share/licenses/dotnet-runtime
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list