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

Dan Printzell wild at archlinux.org
Sun Sep 15 23:00:08 UTC 2019


    Date: Sunday, September 15, 2019 @ 23:00:07
  Author: wild
Revision: 510807

upgpkg: dub 1.17.0-1

Updated to 1.17.0

Modified:
  dub/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-15 22:50:05 UTC (rev 510806)
+++ PKGBUILD	2019-09-15 23:00:07 UTC (rev 510807)
@@ -4,10 +4,8 @@
 # Contributor: Moritz Maxeiner <moritz at ucworks.org>
 
 pkgname=dub
-pkgver=1.16.0
+pkgver=1.17.0
 pkgrel=1
-# Build date format is "mmm dd yyyy"
-_builddate="Jul 02 2019"
 pkgdesc="Developer package manager for D programming language"
 arch=('x86_64')
 url="https://github.com/D-Programming-Language/dub"
@@ -16,13 +14,11 @@
 makedepends=('ldc')
 depends=('liblphobos' 'curl')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/dlang/dub/archive/v$pkgver.tar.gz")
-sha512sums=('e088fcdb0930439606c7575183d96cc4d743109d0d513f3606ae1ac1df41d4862aff8bfd36be90228aed4c4fc2f46528cb7a650ec6f988f146b051a10ccce177')
+sha512sums=('8907e7b66d5a5c3d6013a2073a61cdab2a9276454b9c63628b30bb787cee2a7f785bf5ee1db781bf241fe4196a792f74682872ad55bb42349ae5452ce0ffec92')
 
 build() {
 	cd "$pkgname-$pkgver"
 
-	sed -i "s/__DATE__/\"$_builddate\"/" source/dub/commandline.d
-
 	echo Generating version file...
 	echo "module dub.version_;" > source/dub/version_.d
 	echo "enum dubVersion = \"$pkgver\";" >> source/dub/version_.d



More information about the arch-commits mailing list