summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLlewelyn Trahaearn2017-07-07 17:31:47 -0700
committerLlewelyn Trahaearn2017-07-07 17:31:47 -0700
commit2eb64ee061baab4a7311c78e2b1f3990d1395b39 (patch)
treed0bc6672aee06073ee4126091dfa985defa28847
parentea3882662b0f8af5996c4c7c7a907e4eda3d8267 (diff)
downloadaur-2eb64ee061baab4a7311c78e2b1f3990d1395b39.tar.gz
Update to 1.3.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 134f5b2a3612..144c1d4159c4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Apr 26 19:03:26 UTC 2017
+# Sat Jul 8 00:14:49 UTC 2017
pkgbase = lib32-liblphobos
pkgdesc = Runtime and Phobos library for the LLVM based D compiler. (32-bit)
- pkgver = 1.2.0
+ pkgver = 1.3.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.2.0/ldc-1.2.0-src.tar.gz
- sha256sums = 910e8a670f0fadcaf64403c924091d6debf7ad29e203808f5f2b6899217e6f2b
+ source = https://github.com/ldc-developers/ldc/releases/download/v1.3.0/ldc-1.3.0-src.tar.gz
+ sha256sums = efe31a639bcb44e1f5b752da21713376d9410a01279fecc8aab8572065a3050b
pkgname = lib32-liblphobos
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