[arch-commits] Commit in glibd/repos/community-x86_64 (PKGBUILD PKGBUILD)

Dan Printzell wild at archlinux.org
Sun Oct 14 00:09:08 UTC 2018


    Date: Sunday, October 14, 2018 @ 00:09:06
  Author: wild
Revision: 393371

archrelease: copy trunk to community-x86_64

Added:
  glibd/repos/community-x86_64/PKGBUILD
    (from rev 393370, glibd/trunk/PKGBUILD)
Deleted:
  glibd/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-14 00:08:51 UTC (rev 393370)
+++ PKGBUILD	2018-10-14 00:09:06 UTC (rev 393371)
@@ -1,28 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=glibd
-pkgver=2.0.0
-pkgrel=3
-pkgdesc="D bindings for the GLib C Utility Library"
-arch=(x86_64)
-url="https://github.com/gtkd-developers/GlibD"
-license=(LGPL)
-depends=(liblphobos glib2)
-makedepends=(ldc meson gobject-introspection gir-to-d)
-source=($pkgname-$pkgver.tar.gz::"https://github.com/gtkd-developers/GlibD/archive/v$pkgver.tar.gz")
-sha256sums=('0935b9c4cb33289d0739923af3cd048300cc36e44ef72f2e8c1679944d6a4c4d')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  meson ../GlibD-$pkgver --prefix=/usr
-  ninja
-}
-
-package() {
-  cd build
-  DESTDIR="$pkgdir" ninja install
-}

Copied: glibd/repos/community-x86_64/PKGBUILD (from rev 393370, glibd/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-10-14 00:09:06 UTC (rev 393371)
@@ -0,0 +1,28 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=glibd
+pkgver=2.0.0
+pkgrel=4
+pkgdesc="D bindings for the GLib C Utility Library"
+arch=(x86_64)
+url="https://github.com/gtkd-developers/GlibD"
+license=(LGPL)
+depends=(liblphobos glib2)
+makedepends=(ldc meson gobject-introspection gir-to-d)
+source=($pkgname-$pkgver.tar.gz::"https://github.com/gtkd-developers/GlibD/archive/v$pkgver.tar.gz")
+sha256sums=('0935b9c4cb33289d0739923af3cd048300cc36e44ef72f2e8c1679944d6a4c4d')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  meson ../GlibD-$pkgver --prefix=/usr
+  ninja
+}
+
+package() {
+  cd build
+  DESTDIR="$pkgdir" ninja install
+}



More information about the arch-commits mailing list