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

Antonio Rojas arojas at archlinux.org
Mon Apr 23 21:49:37 UTC 2018


    Date: Monday, April 23, 2018 @ 21:49:37
  Author: arojas
Revision: 317462

Update to 0.8.0alpha6

Modified:
  d-containers/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-04-23 21:46:12 UTC (rev 317461)
+++ PKGBUILD	2018-04-23 21:49:37 UTC (rev 317462)
@@ -1,7 +1,7 @@
 # Maintainer: Antonio Rojas <arojas at archlinux.org>
 
 pkgname=d-containers
-_pkgver=0.8.0-alpha.5
+_pkgver=0.8.0-alpha.6
 pkgver=${_pkgver/-/}
 pkgrel=1
 pkgdesc="Containers for D backed by std.experimental.allocator"
@@ -9,9 +9,9 @@
 url="https://github.com/dlang-community"
 license=(Boost)
 depends=(libphobos)
-makedepends=(dmd libphobos meson d-stdx-allocator)
+makedepends=(dmd meson d-stdx-allocator)
 source=($pkgname-$pkgver.tar.gz::"https://github.com/dlang-community/containers/archive/v$_pkgver.tar.gz")
-sha256sums=('30f82f85d573cf0d3d21bd53f7b9a813ac80fc3e2cfe1fbe6da4e31f237afad7')
+sha256sums=('7fe817179cbf37944605efd45a73d64e6f50ba7fbed7756666b2085498c8c437')
 
 prepare() {
   mkdir -p build



More information about the arch-commits mailing list