[arch-commits] Commit in gir-to-d/repos/community-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at archlinux.org
Mon Apr 2 15:04:36 UTC 2018


    Date: Monday, April 2, 2018 @ 15:04:35
  Author: arojas
Revision: 313882

archrelease: copy trunk to community-x86_64

Added:
  gir-to-d/repos/community-x86_64/PKGBUILD
    (from rev 313881, gir-to-d/trunk/PKGBUILD)
Deleted:
  gir-to-d/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-04-02 15:04:05 UTC (rev 313881)
+++ PKGBUILD	2018-04-02 15:04:35 UTC (rev 313882)
@@ -1,28 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=gir-to-d
-pkgver=0.13.0
-pkgrel=1
-pkgdesc="Create D bindings from GObject introspection files"
-arch=(x86_64)
-url="https://github.com/gtkd-developers/gir-to-d"
-license=(LGPL3)
-depends=(gcc-libs)
-makedepends=(meson dmd libphobos)
-source=($pkgname-$pkgver.tar.gz::"https://github.com/gtkd-developers/gir-to-d/archive/v$pkgver.tar.gz")
-sha256sums=('bf74a6a0199c45671ed6d8e786da2f2f6094e99d3c372c34829e18f9d03fdc8f')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  meson ../$pkgname-$pkgver --prefix=/usr
-  ninja
-}
-
-package() {
-  cd build
-  DESTDIR="$pkgdir" ninja install
-}

Copied: gir-to-d/repos/community-x86_64/PKGBUILD (from rev 313881, gir-to-d/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-04-02 15:04:35 UTC (rev 313882)
@@ -0,0 +1,28 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=gir-to-d
+pkgver=0.14.0
+pkgrel=1
+pkgdesc="Create D bindings from GObject introspection files"
+arch=(x86_64)
+url="https://github.com/gtkd-developers/gir-to-d"
+license=(LGPL3)
+depends=(gcc-libs)
+makedepends=(meson dmd libphobos)
+source=($pkgname-$pkgver.tar.gz::"https://github.com/gtkd-developers/gir-to-d/archive/v$pkgver.tar.gz")
+sha256sums=('cf3504f59b3bd17925336491517eb76515fa382e156051a55347cca949256681')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  meson ../$pkgname-$pkgver --prefix=/usr
+  ninja
+}
+
+package() {
+  cd build
+  DESTDIR="$pkgdir" ninja install
+}



More information about the arch-commits mailing list