[arch-commits] Commit in d-stdx-allocator/repos/community-x86_64 (PKGBUILD PKGBUILD)

Filipe Laíns ffy00 at archlinux.org
Sun Sep 2 23:44:45 UTC 2018


    Date: Sunday, September 2, 2018 @ 23:44:45
  Author: ffy00
Revision: 376208

archrelease: copy trunk to community-x86_64

Added:
  d-stdx-allocator/repos/community-x86_64/PKGBUILD
    (from rev 376207, d-stdx-allocator/trunk/PKGBUILD)
Deleted:
  d-stdx-allocator/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   56 ++++++++++++++++++++++++++++----------------------------
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-02 23:44:41 UTC (rev 376207)
+++ PKGBUILD	2018-09-02 23:44:45 UTC (rev 376208)
@@ -1,28 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=d-stdx-allocator
-pkgver=2.77.2
-pkgrel=2
-pkgdesc="Extracted std.experimental.allocator for usage via DUB"
-arch=(x86_64)
-url="https://github.com/dlang-community"
-license=(Boost)
-depends=(libphobos)
-makedepends=(dmd meson)
-source=($pkgname-$pkgver.tar.gz::"https://github.com/dlang-community/stdx-allocator/archive/v$pkgver.tar.gz")
-sha256sums=('b0f9e7b885b8500929fffd95306259eb03af8b05cce72c414d1036cc69da7005')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  meson ../stdx-allocator-$pkgver --prefix=/usr
-  ninja
-}
-
-package() {
-  cd build
-  DESTDIR="$pkgdir" ninja install
-}

Copied: d-stdx-allocator/repos/community-x86_64/PKGBUILD (from rev 376207, d-stdx-allocator/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-09-02 23:44:45 UTC (rev 376208)
@@ -0,0 +1,28 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=d-stdx-allocator
+pkgver=2.77.2
+pkgrel=3
+pkgdesc="Extracted std.experimental.allocator for usage via DUB"
+arch=(x86_64)
+url="https://github.com/dlang-community"
+license=(Boost)
+depends=(libphobos)
+makedepends=(dmd meson)
+source=($pkgname-$pkgver.tar.gz::"https://github.com/dlang-community/stdx-allocator/archive/v$pkgver.tar.gz")
+sha256sums=('b0f9e7b885b8500929fffd95306259eb03af8b05cce72c414d1036cc69da7005')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  meson ../stdx-allocator-$pkgver --prefix=/usr
+  ninja
+}
+
+package() {
+  cd build
+  DESTDIR="$pkgdir" ninja install
+}



More information about the arch-commits mailing list