summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLlewelyn Trahaearn2017-10-30 09:25:54 -0700
committerLlewelyn Trahaearn2017-10-30 09:25:54 -0700
commitff81681fa934b8164daf8707d04304f72592a13e (patch)
tree4ebfcf0bada676ccdc172588c7f6db0c50520aaf /PKGBUILD
parent5bd0531dad913ac0e9a92893a84ac777007686eb (diff)
downloadaur-ff81681fa934b8164daf8707d04304f72592a13e.tar.gz
Update to v1.5.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fa7c3a621981..3e5972b4f929 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Sven-Hendrik Haase <sh [at] lutzhaase [dot] com>
pkgname=lib32-liblphobos
-pkgver=1.4.0
+pkgver=1.5.0
pkgrel=1
pkgdesc="Runtime and Phobos library for the LLVM based D compiler. (32-bit)"
arch=('x86_64')
@@ -15,7 +15,7 @@ makedepends=('git' 'llvm' 'libconfig' 'cmake')
provides=("d-runtime" "d-stdlib")
replaces=("lib32-liblphobos-devel")
source=("$url/releases/download/v${pkgver}/ldc-${pkgver}-src.tar.gz")
-sha256sums=('dd29a5833ae02307c387e87d861d5de588b9b16ea3574ef96f8da1f81bbd7c5c')
+sha256sums=('03659a4b9cafff0cf8d537469dd15579f097c7748a342ea2a5770fa0edd3a084')
build() {
cd ldc-$pkgver-src