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

Antonio Rojas arojas at archlinux.org
Wed Oct 17 06:06:02 UTC 2018


    Date: Wednesday, October 17, 2018 @ 06:06:01
  Author: arojas
Revision: 394959

Update to 0.8.0alpha10

Modified:
  d-containers/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-17 05:49:37 UTC (rev 394958)
+++ PKGBUILD	2018-10-17 06:06:01 UTC (rev 394959)
@@ -1,9 +1,9 @@
 # Maintainer: Antonio Rojas <arojas at archlinux.org>
 
 pkgname=d-containers
-_pkgver=0.8.0-alpha.9
+_pkgver=0.8.0-alpha.10
 pkgver=${_pkgver/-/}
-pkgrel=5
+pkgrel=1
 pkgdesc="Containers for D backed by std.experimental.allocator"
 arch=(x86_64)
 url="https://github.com/dlang-community"
@@ -11,7 +11,7 @@
 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')
+sha256sums=('40210406e4439c4145c951a24b8475af47fe981e0a95122db05d6eff3cce7561')
 
 prepare() {
   mkdir -p build



More information about the arch-commits mailing list