[arch-commits] Commit in dotnet-core/trunk (PKGBUILD)

Maxime Gauduin alucryd at archlinux.org
Tue Jan 9 20:15:46 UTC 2018


    Date: Tuesday, January 9, 2018 @ 20:15:46
  Author: alucryd
Revision: 280760

upgpkg: dotnet-core 2.0.5-1

Modified:
  dotnet-core/trunk/PKGBUILD

----------+
 PKGBUILD |   10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-09 20:13:14 UTC (rev 280759)
+++ PKGBUILD	2018-01-09 20:15:46 UTC (rev 280760)
@@ -4,7 +4,7 @@
 
 pkgbase=dotnet-core
 pkgname=('dotnet-host' 'dotnet-runtime')
-pkgver=2.0.4
+pkgver=2.0.5
 pkgrel=1
 arch=('x86_64')
 url='https://www.microsoft.com/net/core'
@@ -11,14 +11,13 @@
 license=('MIT')
 depends=('gcc-libs' 'glibc')
 options=('staticlibs')
-source=("https://download.microsoft.com/download/2/B/2/2B2854E7-7EAE-4FE9-85D2-19ACCD716F18/dotnet-runtime-${pkgver}-linux-x64.tar.gz")
-sha256sums=('9c0080bd82ea26a5721fa063885c5675071af9741693e90efeb8eea8c70ac6bc')
+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/
@@ -32,9 +31,8 @@
   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:set ts=2 sw=2 et:
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list