community/dtools to 2.103.1-1

This commit is contained in:
Kevin Mihelich 2023-05-07 22:10:30 +00:00
parent ed08d7b10c
commit be978a775c

View file

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