summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLlewelyn Trahaearn2017-09-13 09:35:25 -0700
committerLlewelyn Trahaearn2017-09-13 09:35:25 -0700
commit5bd0531dad913ac0e9a92893a84ac777007686eb (patch)
tree6dea3ee426f55efddc8b7a4ec68c07f9d6a99894 /PKGBUILD
parent2eb64ee061baab4a7311c78e2b1f3990d1395b39 (diff)
downloadaur-5bd0531dad913ac0e9a92893a84ac777007686eb.tar.gz
Update to v1.4.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ea80764db909..fa7c3a621981 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Sven-Hendrik Haase <sh [at] lutzhaase [dot] com>
pkgname=lib32-liblphobos
-pkgver=1.3.0
+pkgver=1.4.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=('efe31a639bcb44e1f5b752da21713376d9410a01279fecc8aab8572065a3050b')
+sha256sums=('dd29a5833ae02307c387e87d861d5de588b9b16ea3574ef96f8da1f81bbd7c5c')
build() {
cd ldc-$pkgver-src