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

Dan Printzell wild at gemini.archlinux.org
Sat Aug 20 10:18:03 UTC 2022


    Date: Saturday, August 20, 2022 @ 10:18:03
  Author: wild
Revision: 1271042

upgpkg: dmd 1:2.100.1-1: Updated to 2.100.1

Added:
  dmd/trunk/keys/
  dmd/trunk/keys/pgp/
  dmd/trunk/keys/pgp/F8A26D5D7572ECA06EC7973182C52E37A8BC8393.asc
Modified:
  dmd/trunk/PKGBUILD

-------------------------------------------------------+
 PKGBUILD                                              |   11 ++++++-----
 keys/pgp/F8A26D5D7572ECA06EC7973182C52E37A8BC8393.asc |    1 +
 2 files changed, 7 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-20 09:35:35 UTC (rev 1271041)
+++ PKGBUILD	2022-08-20 10:18:03 UTC (rev 1271042)
@@ -11,7 +11,8 @@
 pkgdesc='D programming language compiler and standard library'
 groups=('dlang' 'dlang-dmd')
 pkgbase=dmd
-pkgver=2.100.0
+pkgver=2.100.1
+_docsvers=2.100.0
 pkgrel=1
 epoch=1
 arch=('x86_64')
@@ -20,8 +21,8 @@
 source=("git+https://github.com/dlang/dmd.git#tag=v$pkgver"
         "git+https://github.com/dlang/druntime.git#tag=v$pkgver"
         "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"
+        "http://downloads.dlang.org/releases/2.x/$_docsvers/dmd.$_docsvers.linux.tar.xz"
+        "http://downloads.dlang.org/releases/2.x/$_docsvers/dmd.$_docsvers.linux.tar.xz.sig"
         'dmd.conf'
         'dmd-doc.desktop')
 sha256sums=('SKIP'
@@ -33,11 +34,11 @@
             '4b7b8722b3fa11082f0f332397b1b66c85b30ce773c43c3fedcba5768a1484b1')
 # Key from https://dlang.org/gpg_keys.html
 validpgpkeys=('F8A26D5D7572ECA06EC7973182C52E37A8BC8393') # Martin Nowak <code at dawg.eu>
-noextract=("dmd.$pkgver.linux.tar.xz")
+noextract=("dmd.$_docsvers.linux.tar.xz")
 
 prepare() {
     # We only want to extract the docs & samples, not the prebuild executables
-    tar xfJ "dmd.$pkgver.linux.tar.xz" dmd2/html
+    tar xfJ "dmd.$_docsvers.linux.tar.xz" dmd2/html
 
     # Make sure the version is not -dirty
     sed -i "s/\.git/.nope/" "$srcdir"/dmd/src/build.d

Added: keys/pgp/F8A26D5D7572ECA06EC7973182C52E37A8BC8393.asc
===================================================================
(Binary files differ)

Index: dmd/trunk/keys/pgp/F8A26D5D7572ECA06EC7973182C52E37A8BC8393.asc
===================================================================
--- keys/pgp/F8A26D5D7572ECA06EC7973182C52E37A8BC8393.asc	2022-08-20 09:35:35 UTC (rev 1271041)
+++ keys/pgp/F8A26D5D7572ECA06EC7973182C52E37A8BC8393.asc	2022-08-20 10:18:03 UTC (rev 1271042)

Property changes on: dmd/trunk/keys/pgp/F8A26D5D7572ECA06EC7973182C52E37A8BC8393.asc
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/pgp-keys
\ No newline at end of property


More information about the arch-commits mailing list