mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/ldc to 1.26.0-3
This commit is contained in:
parent
254424e54e
commit
6607912bb6
1 changed files with 3 additions and 3 deletions
|
@ -13,9 +13,9 @@ groups=('dlang' 'dlang-ldc')
|
|||
pkgver=1.26.0
|
||||
_pkgcommit=162ee0cd815ec0e3f8f646f78178833f19c4a657
|
||||
_dversion=2.096.1
|
||||
_clangversion=11.1.0 # related to where ldc2 looks for compiler-rt sanitizers
|
||||
_clangversion=12.0.0 # related to where ldc2 looks for compiler-rt sanitizers
|
||||
epoch=2
|
||||
pkgrel=1
|
||||
pkgrel=3
|
||||
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"
|
||||
|
@ -99,7 +99,7 @@ package_ldc() {
|
|||
|
||||
package_liblphobos() {
|
||||
provides=('d-runtime' 'd-stdlib')
|
||||
depends=('curl' 'llvm-libs')
|
||||
depends=('curl')
|
||||
options=('staticlibs' '!strip')
|
||||
|
||||
cd "$srcdir/ldc/build"
|
||||
|
|
Loading…
Reference in a new issue