diff --git a/community/ldc/PKGBUILD b/community/ldc/PKGBUILD index 946d6b84f..c7b7d6941 100644 --- a/community/ldc/PKGBUILD +++ b/community/ldc/PKGBUILD @@ -10,12 +10,12 @@ pkgname=('ldc' 'liblphobos') groups=('dlang' 'dlang-ldc') -pkgver=1.28.1 -_pkgcommit=34afd6a43abf62b2050a5b0b2c20202080b1163b -_dversion=2.098.1 +pkgver=1.29.0 +_pkgcommit=6aa350a1cf000db263db36a2bc5624935adfde71 +_dversion=2.099.1 _clangversion=13.0.1 # related to where ldc2 looks for compiler-rt sanitizers epoch=3 -pkgrel=2 +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"