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

Levente Polyak anthraxx at archlinux.org
Wed Feb 22 18:56:19 UTC 2017


    Date: Wednesday, February 22, 2017 @ 18:56:19
  Author: anthraxx
Revision: 213542

upgpkg: dmd 1:2.073.1-1

Modified:
  dmd/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-02-22 18:28:13 UTC (rev 213541)
+++ PKGBUILD	2017-02-22 18:56:19 UTC (rev 213542)
@@ -9,15 +9,15 @@
 pkgdesc="D programming language compiler and standard library"
 groups=('dlang' 'dlang-dmd')
 pkgbase=dmd
-pkgver=2.073.0
+pkgver=2.073.1
 pkgrel=1
 epoch=1
 arch=('i686' 'x86_64')
 url="http://www.dlang.org"
 makedepends=('git' 'gcc' 'make' 'dmd' 'libphobos-devel')
-source=("git+http://github.com/D-Programming-Language/dmd.git#tag=v$pkgver"
-        "git+http://github.com/D-Programming-Language/druntime.git#tag=v$pkgver"
-        "git+http://github.com/D-Programming-Language/phobos.git#tag=v$pkgver"
+source=("git+https://github.com/D-Programming-Language/dmd.git#tag=v$pkgver"
+        "git+https://github.com/D-Programming-Language/druntime.git#tag=v$pkgver"
+        "git+https://github.com/D-Programming-Language/phobos.git#tag=v$pkgver"
         "dmd.conf")
 sha256sums=('SKIP'
             'SKIP'



More information about the arch-commits mailing list