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

Antonio Rojas arojas at archlinux.org
Mon Sep 24 16:34:09 UTC 2018


    Date: Monday, September 24, 2018 @ 16:34:08
  Author: arojas
Revision: 384643

Build with ldc

Modified:
  d-containers/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-24 16:32:36 UTC (rev 384642)
+++ PKGBUILD	2018-09-24 16:34:08 UTC (rev 384643)
@@ -3,13 +3,13 @@
 pkgname=d-containers
 _pkgver=0.8.0-alpha.9
 pkgver=${_pkgver/-/}
-pkgrel=3
+pkgrel=4
 pkgdesc="Containers for D backed by std.experimental.allocator"
 arch=(x86_64)
 url="https://github.com/dlang-community"
 license=(Boost)
-depends=(libphobos)
-makedepends=(dmd meson d-stdx-allocator)
+depends=(liblphobos)
+makedepends=(ldc meson d-stdx-allocator)
 source=($pkgname-$pkgver.tar.gz::"https://github.com/dlang-community/containers/archive/v$_pkgver.tar.gz")
 sha256sums=('b2f42be8c70910f87bf4cf864895375c0407065273c9e8ecb4ae004a4b26c009')
 



More information about the arch-commits mailing list