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
|
pkgbase = ldc
|
||||||
pkgdesc = A D Compiler based on the LLVM Compiler Infrastructure including D runtime and libphobos2
|
pkgdesc = A D Compiler based on the LLVM Compiler Infrastructure including D runtime and libphobos2
|
||||||
pkgver = 1.36.0
|
pkgver = 1.37.0
|
||||||
pkgrel = 3
|
pkgrel = 1
|
||||||
epoch = 3
|
epoch = 3
|
||||||
url = https://github.com/ldc-developers/ldc
|
url = https://github.com/ldc-developers/ldc
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
|
@ -15,7 +15,7 @@ pkgbase = ldc
|
||||||
makedepends = ldc
|
makedepends = ldc
|
||||||
makedepends = ninja
|
makedepends = ninja
|
||||||
options = !lto
|
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
|
source = ldc-phobos::git+https://github.com/ldc-developers/phobos.git
|
||||||
sha256sums = SKIP
|
sha256sums = SKIP
|
||||||
sha256sums = SKIP
|
sha256sums = SKIP
|
||||||
|
@ -25,7 +25,7 @@ pkgname = ldc
|
||||||
depends = llvm-libs
|
depends = llvm-libs
|
||||||
depends = gcc
|
depends = gcc
|
||||||
depends = compiler-rt
|
depends = compiler-rt
|
||||||
provides = d-compiler=2.106.1
|
provides = d-compiler=2.107.1
|
||||||
backup = etc/ldc2.conf
|
backup = etc/ldc2.conf
|
||||||
|
|
||||||
pkgname = liblphobos
|
pkgname = liblphobos
|
||||||
|
|
|
@ -10,12 +10,12 @@
|
||||||
|
|
||||||
pkgname=('ldc' 'liblphobos')
|
pkgname=('ldc' 'liblphobos')
|
||||||
groups=('dlang' 'dlang-ldc')
|
groups=('dlang' 'dlang-ldc')
|
||||||
pkgver=1.36.0
|
pkgver=1.37.0
|
||||||
_pkgcommit=530d41be11e92901f797ebbbc1dc695df4af06e9
|
_pkgcommit=3eb31901b3d253b3f23b8599111d930994696ef7
|
||||||
_dversion=2.106.1
|
_dversion=2.107.1
|
||||||
_clangversion=17 # related to where ldc2 looks for compiler-rt sanitizers
|
_clangversion=17 # related to where ldc2 looks for compiler-rt sanitizers
|
||||||
epoch=3
|
epoch=3
|
||||||
pkgrel=3
|
pkgrel=1
|
||||||
pkgdesc="A D Compiler based on the LLVM Compiler Infrastructure including D runtime and libphobos2"
|
pkgdesc="A D Compiler based on the LLVM Compiler Infrastructure including D runtime and libphobos2"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="https://github.com/ldc-developers/ldc"
|
url="https://github.com/ldc-developers/ldc"
|
||||||
|
|
Loading…
Reference in a new issue