diff --git a/community/ldc/PKGBUILD b/community/ldc/PKGBUILD
index 45082d555..33c12a51f 100644
--- a/community/ldc/PKGBUILD
+++ b/community/ldc/PKGBUILD
@@ -10,12 +10,12 @@ buildarch=12
 
 pkgname=('ldc' 'liblphobos')
 groups=('dlang' 'dlang-ldc')
-pkgver=1.16.0
-_pkgcommit=3f2a9303ec93de33899d5a5800775055a59b01cd
-_dversion=2.086.1
+pkgver=1.17.0
+_pkgcommit=67d5ff27cb8e5f14017f9fe4af431b64ec82075e
+_dversion=2.087.1
 _clangversion=8.0.1 # related to where ldc2 looks for compiler-rt sanitizers
 epoch=2
-pkgrel=2
+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"