mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/dtools to 2.106.1-1
This commit is contained in:
parent
ded952e199
commit
785aa9f211
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.106.0
|
||||
pkgver = 2.106.1
|
||||
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.106.0.tar.gz::https://github.com/dlang/tools/archive/v2.106.0.tar.gz
|
||||
sha512sums = 67bcb90eaeee08b4ef497cad6f5dae30ca62dad42794cc1438f8a1642a03e9a34b75ca155c1fcf4ed18b2d0d26d89d6c41a989dc196cc26b3abe0f10d161d06a
|
||||
source = dtools-2.106.1.tar.gz::https://github.com/dlang/tools/archive/v2.106.1.tar.gz
|
||||
sha512sums = bed6ec6cf6287104ad1d5e79e8512094b1aec69be09206104ea58d4bff8af8c5f15012db0237aa195a58baa85a8d880b054ea66a7352fc0684218bfa563b2d32
|
||||
|
||||
pkgname = dtools
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
# - use ldmd in build() (ldmd is LDC's DMD-compatible entry point)
|
||||
|
||||
pkgname=dtools
|
||||
pkgver=2.106.0
|
||||
pkgver=2.106.1
|
||||
pkgrel=1
|
||||
pkgdesc='Ancilliary tools for the D programming language'
|
||||
license=('Boost')
|
||||
|
@ -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=('67bcb90eaeee08b4ef497cad6f5dae30ca62dad42794cc1438f8a1642a03e9a34b75ca155c1fcf4ed18b2d0d26d89d6c41a989dc196cc26b3abe0f10d161d06a')
|
||||
sha512sums=('bed6ec6cf6287104ad1d5e79e8512094b1aec69be09206104ea58d4bff8af8c5f15012db0237aa195a58baa85a8d880b054ea66a7352fc0684218bfa563b2d32')
|
||||
|
||||
build() {
|
||||
DMD=ldmd
|
||||
|
|
Loading…
Reference in a new issue