mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/dtools to 2.108.0-1
This commit is contained in:
parent
55a3d2d1a0
commit
738e5c1619
2 changed files with 5 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
pkgbase = dtools
|
||||
pkgdesc = Ancilliary tools for the D programming language
|
||||
pkgver = 2.107.1
|
||||
pkgver = 2.108.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.107.1.tar.gz::https://github.com/dlang/tools/archive/v2.107.1.tar.gz
|
||||
sha512sums = a6500e583302c156a3e39a91e6fb8740a42e70307c211ec889824b30b78302b2a897a8f87ff8c3b05a8d99552e014d09bfc09c963811f492c16adfd7056b2299
|
||||
source = dtools-2.108.0.tar.gz::https://github.com/dlang/tools/archive/v2.108.0.tar.gz
|
||||
sha512sums = e962a3cebcbe7143fc558a4609f02e59c23b10be15eb1a65147bc49b54ed0b4eb8e3d040045cf9522536a7b016cffb18d66d6db9e26d619c19a2585e0917536a
|
||||
|
||||
pkgname = dtools
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
# - use ldmd in build() (ldmd is LDC's DMD-compatible entry point)
|
||||
|
||||
pkgname=dtools
|
||||
pkgver=2.107.1
|
||||
pkgver=2.108.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=('a6500e583302c156a3e39a91e6fb8740a42e70307c211ec889824b30b78302b2a897a8f87ff8c3b05a8d99552e014d09bfc09c963811f492c16adfd7056b2299')
|
||||
sha512sums=('e962a3cebcbe7143fc558a4609f02e59c23b10be15eb1a65147bc49b54ed0b4eb8e3d040045cf9522536a7b016cffb18d66d6db9e26d619c19a2585e0917536a')
|
||||
|
||||
build() {
|
||||
DMD=ldmd
|
||||
|
|
Loading…
Reference in a new issue