summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLlewelyn Trahaearn2017-07-07 17:31:47 -0700
committerLlewelyn Trahaearn2017-07-07 17:31:47 -0700
commit2eb64ee061baab4a7311c78e2b1f3990d1395b39 (patch)
treed0bc6672aee06073ee4126091dfa985defa28847 /PKGBUILD
parentea3882662b0f8af5996c4c7c7a907e4eda3d8267 (diff)
downloadaur-2eb64ee061baab4a7311c78e2b1f3990d1395b39.tar.gz
Update to 1.3.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f2c797e1cdf7..ea80764db909 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Sven-Hendrik Haase <sh [at] lutzhaase [dot] com>
pkgname=lib32-liblphobos
-pkgver=1.2.0
+pkgver=1.3.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=('910e8a670f0fadcaf64403c924091d6debf7ad29e203808f5f2b6899217e6f2b')
+sha256sums=('efe31a639bcb44e1f5b752da21713376d9410a01279fecc8aab8572065a3050b')
build() {
cd ldc-$pkgver-src