Date: Monday, April 23, 2018 @ 21:50:01
  Author: arojas
Revision: 317463

archrelease: copy trunk to community-x86_64

Added:
  d-containers/repos/community-x86_64/PKGBUILD
    (from rev 317462, d-containers/trunk/PKGBUILD)
Deleted:
  d-containers/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   58 +++++++++++++++++++++++++++++-----------------------------
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2018-04-23 21:49:37 UTC (rev 317462)
+++ PKGBUILD    2018-04-23 21:50:01 UTC (rev 317463)
@@ -1,29 +0,0 @@
-# Maintainer: Antonio Rojas <aro...@archlinux.org>
-
-pkgname=d-containers
-_pkgver=0.8.0-alpha.5
-pkgver=${_pkgver/-/}
-pkgrel=1
-pkgdesc="Containers for D backed by std.experimental.allocator"
-arch=(x86_64)
-url="https://github.com/dlang-community";
-license=(Boost)
-depends=(libphobos)
-makedepends=(dmd libphobos meson d-stdx-allocator)
-source=($pkgname-$pkgver.tar.gz::"https://github.com/dlang-community/containers/archive/v$_pkgver.tar.gz";)
-sha256sums=('30f82f85d573cf0d3d21bd53f7b9a813ac80fc3e2cfe1fbe6da4e31f237afad7')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  meson ../containers-$_pkgver --prefix=/usr
-  ninja
-}
-
-package() {
-  cd build
-  DESTDIR="$pkgdir" ninja install
-}

Copied: d-containers/repos/community-x86_64/PKGBUILD (from rev 317462, 
d-containers/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2018-04-23 21:50:01 UTC (rev 317463)
@@ -0,0 +1,29 @@
+# Maintainer: Antonio Rojas <aro...@archlinux.org>
+
+pkgname=d-containers
+_pkgver=0.8.0-alpha.6
+pkgver=${_pkgver/-/}
+pkgrel=1
+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)
+source=($pkgname-$pkgver.tar.gz::"https://github.com/dlang-community/containers/archive/v$_pkgver.tar.gz";)
+sha256sums=('7fe817179cbf37944605efd45a73d64e6f50ba7fbed7756666b2085498c8c437')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  meson ../containers-$_pkgver --prefix=/usr
+  ninja
+}
+
+package() {
+  cd build
+  DESTDIR="$pkgdir" ninja install
+}

Reply via email to