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

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


    Date: Monday, January 13, 2020 @ 15:11:28
  Author: wild
Revision: 552372

upgpkg: glibd 2.1.0-6: Rebuilt against new ldc.

Modified:
  glibd/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-13 15:11:14 UTC (rev 552371)
+++ PKGBUILD	2020-01-13 15:11:28 UTC (rev 552372)
@@ -4,7 +4,7 @@
 pkgname=glibd
 _pkgname=GlibD
 pkgver=2.1.0
-pkgrel=5
+pkgrel=6
 pkgdesc='D bindings for the GLib C Utility Library'
 arch=('x86_64')
 url='https://github.com/gtkd-developers/GlibD'
@@ -14,13 +14,6 @@
 source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
 sha512sums=('2e00933e666f213ef5e38d3df5695966a76cdac067603e39d09f7ac8a5a4cab48ea498044de1d9daa2920609b7f8d6d5c090a666a6507a563bb896be2cc8c32f')
 
-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