Updated to 2.088.0
This commit is contained in:
parent
a24cffd302
commit
c55e80cd06
8
PKGBUILD
8
PKGBUILD
@ -3,7 +3,7 @@
|
||||
# Contributor: Mihails Strasunse <public@dicebot.lv>
|
||||
|
||||
pkgname=dtools
|
||||
pkgver=2.087.1
|
||||
pkgver=2.088.0
|
||||
pkgrel=1
|
||||
pkgdesc='Ancilliary tools for the D programming language'
|
||||
license=('Boost')
|
||||
@ -17,7 +17,7 @@ depends=('curl')
|
||||
source=("$pkgname-$pkgver.tar.gz::https://github.com/dlang/tools/archive/v$pkgver.tar.gz"
|
||||
'https://www.boost.org/LICENSE_1_0.txt'
|
||||
'autodetect.diff')
|
||||
sha512sums=('af5adf9971ed818ca93f7d0e462d7d3f91920caacc77c4b26cc828ef00ee28ee2bb56574c4c7f8692853af2e2d32495e49bf1fca4956652df4452eac099b52cd'
|
||||
sha512sums=('767fa0e7c66a5e1932d96c2fadc49846db623501c62a59c3679e1c76a21154a9e03fa5d4ca9acecf8ef0bcb4c7f4e252a271e9f474b34627a28a6e643b8aeb7d'
|
||||
'd6078467835dba8932314c1c1e945569a64b065474d7aced27c9a7acc391d52e9f234138ed9f1aa9cd576f25f12f557e0b733c14891d42c16ecdc4a7bd4d60b8'
|
||||
'3bce3c66cf24837fcb9bf244f2b07ed6116d8d67a75b2319010cf93956e93b43262b7d9613359503e6b0352b82684be8baeeb7b1f50e77accda334ce470bf5e3')
|
||||
|
||||
@ -28,10 +28,6 @@ build() {
|
||||
_linkflags=$(echo -ne $LDFLAGS | cut -d\" -f2 | tail -c+4 | sed "s/,/ -L=/g")
|
||||
|
||||
cd tools-$pkgver
|
||||
|
||||
_builddate=$(date "+%b %d %Y" | tr -d '\n')
|
||||
sed -i "s/__DATE__/\"$_builddate\"/" rdmd.d
|
||||
|
||||
# rdmd is used to build others
|
||||
$DMD -od. -ofdtools-rdmd $_linkflags rdmd.d
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user