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

Dan Printzell wild at archlinux.org
Mon Jan 13 15:10:27 UTC 2020


    Date: Monday, January 13, 2020 @ 15:10:27
  Author: wild
Revision: 552366

upgpkg: diet-ng 1.6.0-3: Rebuilt against new ldc.

Modified:
  diet-ng/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-13 15:10:05 UTC (rev 552365)
+++ PKGBUILD	2020-01-13 15:10:27 UTC (rev 552366)
@@ -2,7 +2,7 @@
 
 pkgname=diet-ng
 pkgver=1.6.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Generic compile-time template system based on an XML-like structure for D'
 arch=('x86_64')
 url='https://github.com/rejectedsoftware/diet-ng'
@@ -12,13 +12,6 @@
 source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
 sha512sums=('e0aeef9db109e2e09891c573839a48c3de68045f536db871e699cc37966649ded751b606310c6d18523881c29eea92da2b02afb7172fb56848507d6e2c3b76fd')
 
-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
@@ -27,9 +20,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