[arch-commits] Commit in d-stdx-allocator/trunk (PKGBUILD)
Dan Printzell
wild at archlinux.org
Mon Jan 13 15:10:00 UTC 2020
Date: Monday, January 13, 2020 @ 15:09:59
Author: wild
Revision: 552364
upgpkg: d-stdx-allocator 3.0.2-8: Rebuilt against new ldc.
Modified:
d-stdx-allocator/trunk/PKGBUILD
----------+
PKGBUILD | 8 +-------
1 file changed, 1 insertion(+), 7 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-01-13 15:09:44 UTC (rev 552363)
+++ PKGBUILD 2020-01-13 15:09:59 UTC (rev 552364)
@@ -3,7 +3,7 @@
pkgname=d-stdx-allocator
_pkgname=stdx-allocator
pkgver=3.0.2
-pkgrel=7
+pkgrel=8
pkgdesc='Extracted std.experimental.allocator'
arch=('x86_64')
url='https://github.com/dlang-community/stdx-allocator'
@@ -19,9 +19,6 @@
cd $_pkgname-$pkgver
patch -p1 < ../add-dependency.patch
-
- # Meson forgot to add this flag when creating a shared library.
- sed -i "/soversion:/a link_args: '-shared'," meson.build
}
build() {
@@ -32,9 +29,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