summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLlewelyn Trahaearn2020-07-17 10:52:02 -0700
committerLlewelyn Trahaearn2020-07-17 10:52:02 -0700
commit7690ce34c4ee30eb83761db2d703831e18607652 (patch)
tree6eb5161c39f88d1ec9f3307680abb47de021aec6
parentc3e680cb2c240430f1977dc37580429d8b57a782 (diff)
downloadaur-7690ce34c4ee30eb83761db2d703831e18607652.tar.gz
Bump to 1.22.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1a35275c3925..1d628d7cd55d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lib32-liblphobos
pkgdesc = Runtime and Phobos library for the LLVM based D compiler. (32-bit)
- pkgver = 1.15.0
+ pkgver = 1.22.0
pkgrel = 1
url = https://github.com/ldc-developers/ldc
arch = x86_64
@@ -17,8 +17,8 @@ pkgbase = lib32-liblphobos
provides = d-runtime
provides = d-stdlib
replaces = lib32-liblphobos-devel
- source = https://github.com/ldc-developers/ldc/releases/download/v1.15.0/ldc-1.15.0-src.tar.gz
- sha256sums = d7e0e0cf332542c42e3b6570d391b0f05d5a81a812297efcdadccf8fb0f0cee2
+ source = https://github.com/ldc-developers/ldc/releases/download/v1.22.0/ldc-1.22.0-src.tar.gz
+ sha256sums = 866becac61fb225b0d55847fb5f206ff042d6a3ff63b671a474aa8b6a93d8988
pkgname = lib32-liblphobos
diff --git a/PKGBUILD b/PKGBUILD
index 90dcfb81d6aa..439e29d9db67 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Sven-Hendrik Haase <sh [at] lutzhaase [dot] com>
pkgname=lib32-liblphobos
-pkgver=1.15.0
+pkgver=1.22.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=('d7e0e0cf332542c42e3b6570d391b0f05d5a81a812297efcdadccf8fb0f0cee2')
+sha256sums=('866becac61fb225b0d55847fb5f206ff042d6a3ff63b671a474aa8b6a93d8988')
build() {
mkdir -p ldc-$pkgver-src/build