mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/dtools to 2.109.1-1
This commit is contained in:
parent
cdee7ba3a0
commit
874d76607b
2 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
||||||
pkgbase = dtools
|
pkgbase = dtools
|
||||||
pkgdesc = Ancilliary tools for the D programming language
|
pkgdesc = Ancilliary tools for the D programming language
|
||||||
pkgver = 2.109.0
|
pkgver = 2.109.1
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://www.dlang.org
|
url = https://www.dlang.org
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
|
@ -15,7 +15,7 @@ pkgbase = dtools
|
||||||
conflicts = ddemangle
|
conflicts = ddemangle
|
||||||
conflicts = dustmite
|
conflicts = dustmite
|
||||||
conflicts = rdmd
|
conflicts = rdmd
|
||||||
source = dtools-2.109.0.tar.gz::https://github.com/dlang/tools/archive/v2.109.0.tar.gz
|
source = dtools-2.109.1.tar.gz::https://github.com/dlang/tools/archive/v2.109.1.tar.gz
|
||||||
sha512sums = 6cbe04d603ffb4c350d324219a412a41d7faa191aa0512615d2bc8ebb489deb13952652d6526a7ccf3fe64f4e45d2ebb66a880c4c85f3c3ccaa73ca7a706b191
|
sha512sums = f0e2858b0b6ed58128679beae30d15caa11eb5560368b760114d3df43e63fef5a6afeef1adfb76c3cef6d9e32c233c649cef7625adbf56bae161edbdfefdf106
|
||||||
|
|
||||||
pkgname = dtools
|
pkgname = dtools
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
# Maintainer: Dan Printzell <wild@archlinux.org>
|
# Maintainer: Dan Printzell <wild@archlinux.org>
|
||||||
# Maintainer: Filipe Laíns (FFY00) <lains@archlinux.org>
|
# Contributor: Filipe Laíns (FFY00) <lains@archlinux.org>
|
||||||
# Contributor: Mihails Strasunse <public@dicebot.lv>
|
# Contributor: Mihails Strasunse <public@dicebot.lv>
|
||||||
|
|
||||||
# ALARM: Vladimir Panteleev <alarm-dtools@cy.md>
|
# ALARM: Vladimir Panteleev <alarm-dtools@cy.md>
|
||||||
|
@ -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.109.0
|
pkgver=2.109.1
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='Ancilliary tools for the D programming language'
|
pkgdesc='Ancilliary tools for the D programming language'
|
||||||
license=('BSL-1.0')
|
license=('BSL-1.0')
|
||||||
|
@ -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=('6cbe04d603ffb4c350d324219a412a41d7faa191aa0512615d2bc8ebb489deb13952652d6526a7ccf3fe64f4e45d2ebb66a880c4c85f3c3ccaa73ca7a706b191')
|
sha512sums=('f0e2858b0b6ed58128679beae30d15caa11eb5560368b760114d3df43e63fef5a6afeef1adfb76c3cef6d9e32c233c649cef7625adbf56bae161edbdfefdf106')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
DMD=ldmd
|
DMD=ldmd
|
||||||
|
|
Loading…
Reference in a new issue