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

Dan Printzell wild at archlinux.org
Fri Sep 8 23:47:11 UTC 2017


    Date: Friday, September 8, 2017 @ 23:47:10
  Author: wild
Revision: 256456

upgpkg: dmd 1:2.076.0-2

Fixed mistake

Modified:
  dmd/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-08 23:38:12 UTC (rev 256455)
+++ PKGBUILD	2017-09-08 23:47:10 UTC (rev 256456)
@@ -7,7 +7,7 @@
 # Contributor: Anders Bergh <anders1 at gmail.com>
 # Contributor: Alexander Fehr <pizzapunk gmail com>
 
-pkgname=('dmd' 'dmd-doc' 'libphobos')
+pkgname=('dmd' 'dmd-docs' 'libphobos')
 pkgdesc="D programming language compiler and standard library"
 groups=('dlang' 'dlang-dmd')
 pkgbase=dmd
@@ -78,10 +78,9 @@
     chmod 755 "$pkgdir"/usr/bin/*
 }
 
-package_dmd-doc() {
+package_dmd-docs() {
     pkgdesc="Documentation and sample code for D programming language"
     depends=('dmd')
-		arch=('any')
     license=('custom')
 
     mkdir -p "$pkgdir"/usr/share/applications



More information about the arch-commits mailing list