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

Dan Printzell wild at archlinux.org
Tue Oct 10 15:28:38 UTC 2017


    Date: Tuesday, October 10, 2017 @ 15:28:37
  Author: wild
Revision: 262298

upgpkg: dmd 1:2.076.1-1

Updated to 2.076.1 and updated license fields to match the license

Modified:
  dmd/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-10-10 12:35:49 UTC (rev 262297)
+++ PKGBUILD	2017-10-10 15:28:37 UTC (rev 262298)
@@ -11,8 +11,8 @@
 pkgdesc="D programming language compiler and standard library"
 groups=('dlang' 'dlang-dmd')
 pkgbase=dmd
-pkgver=2.076.0
-pkgrel=2
+pkgver=2.076.1
+pkgrel=1
 epoch=1
 arch=('x86_64')
 url="http://www.dlang.org"
@@ -27,7 +27,7 @@
 sha256sums=('SKIP'
             'SKIP'
             'SKIP'
-            '3e3fc9fbdc61681edea837e9d095a341dda6c325ab4dbc437017239d576ba433'
+            '1d0b8fb6aadc80f6c5dfe7acf46fc17d2b3de24a0bf46e947352094bb21fef04'
             'SKIP'
             '3d639e89528fed1da90006f4dfb2b0fdc41308da5a96d953381ff4ccf257c035'
             '19c9cd3670bdef7fbde88de36c459d940e6b7bacc2a5e48aefbfd1b2c1895e07')
@@ -60,7 +60,7 @@
         'dmd-docs: documentation and sample code for D'
     )
     provides=("d-compiler=$pkgver")
-    license=('custom')
+    license=('Boost')
 
     install -Dm755 dmd/src/dmd "$pkgdir"/usr/bin/dmd
 
@@ -81,7 +81,7 @@
 package_dmd-docs() {
     pkgdesc="Documentation and sample code for D programming language"
     depends=('dmd')
-    license=('custom')
+    license=('Boost')
 
     mkdir -p "$pkgdir"/usr/share/applications
     install -Dm644 dmd-doc.desktop "$pkgdir"/usr/share/applications/dmd-doc.desktop
@@ -102,7 +102,7 @@
     conflicts=('libphobos-devel')
     provides=("d-runtime=$pkgver" "d-stdlib=$pkgver" "libphobos-devel=$pkgver")
     replaces=('libphobos-devel')
-    license=('custom')
+    license=('Boost')
 
     mkdir -p "$pkgdir"/usr/lib
     install -Dm644 phobos/generated/linux/release/*/libphobos2.{a,so} "$pkgdir"/usr/lib/



More information about the arch-commits mailing list