summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLlewelyn Trahaearn2018-01-16 13:25:18 -0800
committerLlewelyn Trahaearn2018-01-16 13:25:18 -0800
commitfaa10aaebfdb73bd701ebc93b76558726e7a8021 (patch)
tree287f0033471e54b83330e4e659fd8cb094371b4d
parent8054d98589b9efc4e5840a0e413a583b7e79de50 (diff)
downloadaur-faa10aaebfdb73bd701ebc93b76558726e7a8021.tar.gz
Update to 1.7.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index be214ca0382c..9ff17e1b5d29 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Dec 7 18:48:48 UTC 2017
+# Tue Jan 16 21:24:27 UTC 2018
pkgbase = lib32-liblphobos
pkgdesc = Runtime and Phobos library for the LLVM based D compiler. (32-bit)
- pkgver = 1.6.0
+ pkgver = 1.7.0
pkgrel = 1
url = https://github.com/ldc-developers/ldc
arch = x86_64
@@ -19,8 +19,8 @@ pkgbase = lib32-liblphobos
provides = d-runtime
provides = d-stdlib
replaces = lib32-liblphobos-devel
- source = https://github.com/ldc-developers/ldc/releases/download/v1.6.0/ldc-1.6.0-src.tar.gz
- sha256sums = bec1821b170e4b3f0b071f3fea357172ad90c7a45d64f7542f7843ac4de6a763
+ source = https://github.com/ldc-developers/ldc/releases/download/v1.7.0/ldc-1.7.0-src.tar.gz
+ sha256sums = 7cd46140ca3e4ca0d52c352e5b694d4d5336898ed4f02c3e18e0eafd69dd18bd
pkgname = lib32-liblphobos
diff --git a/PKGBUILD b/PKGBUILD
index 32212b26c55d..8ed89190c255 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Sven-Hendrik Haase <sh [at] lutzhaase [dot] com>
pkgname=lib32-liblphobos
-pkgver=1.6.0
+pkgver=1.7.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=('bec1821b170e4b3f0b071f3fea357172ad90c7a45d64f7542f7843ac4de6a763')
+sha256sums=('7cd46140ca3e4ca0d52c352e5b694d4d5336898ed4f02c3e18e0eafd69dd18bd')
build() {
cd ldc-$pkgver-src