mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/ldc to 1.37.0-1
This commit is contained in:
parent
f5300287e2
commit
463cb7c4f0
2 changed files with 8 additions and 8 deletions
|
@ -1,7 +1,7 @@
|
|||
pkgbase = ldc
|
||||
pkgdesc = A D Compiler based on the LLVM Compiler Infrastructure including D runtime and libphobos2
|
||||
pkgver = 1.36.0
|
||||
pkgrel = 3
|
||||
pkgver = 1.37.0
|
||||
pkgrel = 1
|
||||
epoch = 3
|
||||
url = https://github.com/ldc-developers/ldc
|
||||
arch = x86_64
|
||||
|
@ -15,7 +15,7 @@ pkgbase = ldc
|
|||
makedepends = ldc
|
||||
makedepends = ninja
|
||||
options = !lto
|
||||
source = git+https://github.com/ldc-developers/ldc#commit=530d41be11e92901f797ebbbc1dc695df4af06e9
|
||||
source = git+https://github.com/ldc-developers/ldc#commit=3eb31901b3d253b3f23b8599111d930994696ef7
|
||||
source = ldc-phobos::git+https://github.com/ldc-developers/phobos.git
|
||||
sha256sums = SKIP
|
||||
sha256sums = SKIP
|
||||
|
@ -25,7 +25,7 @@ pkgname = ldc
|
|||
depends = llvm-libs
|
||||
depends = gcc
|
||||
depends = compiler-rt
|
||||
provides = d-compiler=2.106.1
|
||||
provides = d-compiler=2.107.1
|
||||
backup = etc/ldc2.conf
|
||||
|
||||
pkgname = liblphobos
|
||||
|
|
|
@ -10,12 +10,12 @@
|
|||
|
||||
pkgname=('ldc' 'liblphobos')
|
||||
groups=('dlang' 'dlang-ldc')
|
||||
pkgver=1.36.0
|
||||
_pkgcommit=530d41be11e92901f797ebbbc1dc695df4af06e9
|
||||
_dversion=2.106.1
|
||||
pkgver=1.37.0
|
||||
_pkgcommit=3eb31901b3d253b3f23b8599111d930994696ef7
|
||||
_dversion=2.107.1
|
||||
_clangversion=17 # related to where ldc2 looks for compiler-rt sanitizers
|
||||
epoch=3
|
||||
pkgrel=3
|
||||
pkgrel=1
|
||||
pkgdesc="A D Compiler based on the LLVM Compiler Infrastructure including D runtime and libphobos2"
|
||||
arch=('x86_64')
|
||||
url="https://github.com/ldc-developers/ldc"
|
||||
|
|
Loading…
Reference in a new issue