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

Filipe Laíns ffy00 at archlinux.org
Wed Feb 13 21:38:08 UTC 2019


    Date: Wednesday, February 13, 2019 @ 21:38:07
  Author: ffy00
Revision: 432117

use https instead of http

Modified:
  dmd/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-02-13 20:56:37 UTC (rev 432116)
+++ PKGBUILD	2019-02-13 21:38:07 UTC (rev 432117)
@@ -8,7 +8,7 @@
 # Contributor: Alexander Fehr <pizzapunk gmail com>
 
 pkgname=('dmd' 'dmd-docs' 'libphobos')
-pkgdesc="D programming language compiler and standard library"
+pkgdesc='D programming language compiler and standard library'
 groups=('dlang' 'dlang-dmd')
 pkgbase=dmd
 pkgver=2.084.0
@@ -15,7 +15,7 @@
 pkgrel=1
 epoch=1
 arch=('x86_64')
-url="http://www.dlang.org"
+url='https://www.dlang.org'
 makedepends=('git' 'ldc' 'strip-nondeterminism')
 source=("git+https://github.com/dlang/dmd.git#tag=v$pkgver"
         "git+https://github.com/dlang/druntime.git#tag=v$pkgver"
@@ -22,8 +22,8 @@
         "git+https://github.com/dlang/phobos.git#tag=v$pkgver"
         "http://downloads.dlang.org/releases/2.x/$pkgver/dmd.$pkgver.linux.tar.xz"
         "http://downloads.dlang.org/releases/2.x/$pkgver/dmd.$pkgver.linux.tar.xz.sig"
-        "dmd.conf"
-        "dmd-doc.desktop")
+        'dmd.conf'
+        'dmd-doc.desktop')
 sha256sums=('SKIP'
             'SKIP'
             'SKIP'
@@ -134,3 +134,4 @@
     install -Dm644 "$srcdir"/druntime/LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE-druntime
     install -Dm644 "$srcdir"/phobos/LICENSE_1_0.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }
+



More information about the arch-commits mailing list