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

Dan Printzell wild at archlinux.org
Wed Dec 12 19:52:05 UTC 2018


    Date: Wednesday, December 12, 2018 @ 19:52:05
  Author: wild
Revision: 415763

upgpkg: dmd 1:2.083.1-1

Updated to 2.083.1

Modified:
  dmd/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-12-12 19:51:44 UTC (rev 415762)
+++ PKGBUILD	2018-12-12 19:52:05 UTC (rev 415763)
@@ -11,7 +11,7 @@
 pkgdesc="D programming language compiler and standard library"
 groups=('dlang' 'dlang-dmd')
 pkgbase=dmd
-pkgver=2.083.0
+pkgver=2.083.1
 pkgrel=1
 epoch=1
 arch=('x86_64')
@@ -27,7 +27,7 @@
 sha256sums=('SKIP'
             'SKIP'
             'SKIP'
-            '7f8f7473dfde748e089d7c9095df5f5bf909199726f7807357566da23b482b9a'
+            '33245ed0330aced2bdf5fe58b0dc1487c8417bd3192e584080d93282fe879afe'
             'SKIP'
             '3d639e89528fed1da90006f4dfb2b0fdc41308da5a96d953381ff4ccf257c035'
             '19c9cd3670bdef7fbde88de36c459d940e6b7bacc2a5e48aefbfd1b2c1895e07')
@@ -123,7 +123,7 @@
     mkdir -p "$pkgdir"/usr/lib
     cp -P $(find "$srcdir"/{druntime,phobos}/generated/linux/release/ \( -iname "*.a" -a \! -iname "*.so.a" \) -o \( -iname "*.so*" -a \! -iname "*.o" -a \! -iname "*.a" \) ) "$pkgdir"/usr/lib
 
-    find "$pkgdir"/usr/lib -iname "*.a" -exec strip-nondeterminism {} \;
+    strip-nondeterminism "$pkgdir"/usr/lib/libphobos2.a
 
     mkdir -p "$pkgdir"/usr/include/dlang/dmd
     cp -r "$srcdir"/phobos/{*.d,etc,std} "$pkgdir"/usr/include/dlang/dmd



More information about the arch-commits mailing list