extra/dtools to 2.109.0-1

This commit is contained in:
David Beauchamp 2024-06-11 17:26:50 -04:00
parent de1432fa56
commit b426914c8d
2 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
pkgbase = dtools
pkgdesc = Ancilliary tools for the D programming language
pkgver = 2.108.1
pkgver = 2.109.0
pkgrel = 1
url = https://www.dlang.org
arch = x86_64
@ -15,7 +15,7 @@ pkgbase = dtools
conflicts = ddemangle
conflicts = dustmite
conflicts = rdmd
source = dtools-2.108.1.tar.gz::https://github.com/dlang/tools/archive/v2.108.1.tar.gz
sha512sums = 97642024a5fa99e9f44cabd07ef34525a2d885a94e6fbe9b4a1a54a6f09e4b79b7c1390a81d20bf32b6192d61b8541ed0511bb6ed323fd6dec6a3a89c458406c
source = dtools-2.109.0.tar.gz::https://github.com/dlang/tools/archive/v2.109.0.tar.gz
sha512sums = 6cbe04d603ffb4c350d324219a412a41d7faa191aa0512615d2bc8ebb489deb13952652d6526a7ccf3fe64f4e45d2ebb66a880c4c85f3c3ccaa73ca7a706b191
pkgname = dtools

View file

@ -9,7 +9,7 @@
# - use ldmd in build() (ldmd is LDC's DMD-compatible entry point)
pkgname=dtools
pkgver=2.108.1
pkgver=2.109.0
pkgrel=1
pkgdesc='Ancilliary tools for the D programming language'
license=('BSL-1.0')
@ -21,7 +21,7 @@ provides=('ddemangle' 'dustmite' 'rdmd')
conflicts=('ddemangle' 'dustmite' 'rdmd')
depends=('curl' 'liblphobos')
source=("$pkgname-$pkgver.tar.gz::https://github.com/dlang/tools/archive/v$pkgver.tar.gz")
sha512sums=('97642024a5fa99e9f44cabd07ef34525a2d885a94e6fbe9b4a1a54a6f09e4b79b7c1390a81d20bf32b6192d61b8541ed0511bb6ed323fd6dec6a3a89c458406c')
sha512sums=('6cbe04d603ffb4c350d324219a412a41d7faa191aa0512615d2bc8ebb489deb13952652d6526a7ccf3fe64f4e45d2ebb66a880c4c85f3c3ccaa73ca7a706b191')
build() {
DMD=ldmd