[arch-commits] Commit in d-containers/trunk (PKGBUILD)

Dan Printzell wild at archlinux.org
Mon Jan 13 15:11:50 UTC 2020


    Date: Monday, January 13, 2020 @ 15:11:49
  Author: wild
Revision: 552374

upgpkg: d-containers 0.8.0alpha.19-2: Rebuilt against new ldc.

Modified:
  d-containers/trunk/PKGBUILD

----------+
 PKGBUILD |   12 +-----------
 1 file changed, 1 insertion(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-13 15:11:35 UTC (rev 552373)
+++ PKGBUILD	2020-01-13 15:11:49 UTC (rev 552374)
@@ -4,7 +4,7 @@
 _pkgname=containers
 _pkgver=0.8.0-alpha.19
 pkgver=${_pkgver/-/}
-pkgrel=1
+pkgrel=2
 pkgdesc='Containers for D backed by std.experimental.allocator'
 arch=('x86_64')
 url='https://github.com/dlang-community/containers'
@@ -14,13 +14,6 @@
 source=("$pkgname-$pkgver.tar.gz::$url/archive/v$_pkgver.tar.gz")
 sha512sums=('ef415e2bf7829e05c458cee0e41b6fc5768805a8dee332fb6a01a72e1e723f240f183cd1fd5ed74848cc4ea860b0746dca1c5dee13d37f819f0025da99098c4a')
 
-prepare() {
-  cd $_pkgname-$_pkgver
-
-  # Meson forgot to add this flag when creating a shared library.
-  sed -i "/soversion:/a link_args: '-shared'," meson.build
-}
-
 build() {
   mkdir -p $_pkgname-$_pkgver/build
   cd $_pkgname-$_pkgver/build
@@ -30,9 +23,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