[arch-commits] Commit in vibe-d/trunk (PKGBUILD)
Dan Printzell
wild at archlinux.org
Mon Jan 13 15:10:50 UTC 2020
Date: Monday, January 13, 2020 @ 15:10:49
Author: wild
Revision: 552368
upgpkg: vibe-d 0.8.6-2: Rebuilt against new ldc.
Modified:
vibe-d/trunk/PKGBUILD
----------+
PKGBUILD | 8 +-------
1 file changed, 1 insertion(+), 7 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-01-13 15:10:33 UTC (rev 552367)
+++ PKGBUILD 2020-01-13 15:10:49 UTC (rev 552368)
@@ -3,7 +3,7 @@
pkgname=vibe-d
_pkgname=vibe.d
pkgver=0.8.6
-pkgrel=1
+pkgrel=2
pkgdesc='High-performance asynchronous I/O, concurrency and web application toolkit'
arch=('x86_64')
url='https://vibed.org'
@@ -16,9 +16,6 @@
prepare() {
cd $_pkgname-$pkgver
- # Meson forgot to add this flag when creating a shared library.
- find . -iname "meson.build" -exec sed -i "/soversion:/a, link_args: '-shared'," {} \;
-
# Add missing file
sed -i "/vibe_http_src =/a 'vibe/http/internal/basic_auth_client.d'," http/meson.build
}
@@ -31,9 +28,6 @@
arch-meson ..
- # meson broke -soname for D in the latest update
- sed -i "s/-soname,/=-soname=/g" build.ninja
-
ninja
}
More information about the arch-commits
mailing list