summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLlewelyn Trahaearn2017-01-14 14:24:22 -0800
committerLlewelyn Trahaearn2017-01-14 14:24:22 -0800
commit79894859bf7d7db4b1e1d1e76dc70d60b6b0c2e0 (patch)
tree0d2e31c3ac5703e153e755d3c51cf593ab8aebf5
parent3571b30bc80265bc99ec71db75837bcf8a3ac552 (diff)
downloadaur-79894859bf7d7db4b1e1d1e76dc70d60b6b0c2e0.tar.gz
Totally asleep at the wheel, removing more DERP.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 1 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 22f7c7238ade..690230351e4c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sat Jan 14 21:38:27 UTC 2017
+# Sat Jan 14 22:23:36 UTC 2017
pkgbase = lib32-liblphobos
pkgdesc = D standard library (libphobos) for LDC compiler (32-bit)
pkgver = 1.1.0.beta3.r157.gbb3e1648
diff --git a/PKGBUILD b/PKGBUILD
index 2f478d04ae2c..0cda0249220c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,12 +19,6 @@ _commit=bb3e16481c14cf2bf161d9ff0e396500ab373ddb
source=("git+$url#tag=$_commit")
sha256sums=('SKIP')
-prepare() {
- cd ldc
- # Won't function with the current patch version, hop back to the expected version.
- sed -i 's/DMDFE_PATCH_VERSION 71/DMDFE_PATCH_VERSION 70/' CMakeLists.txt
-}
-
pkgver() {
cd ldc
( set -o pipefail