[arch-commits] Commit in gir-to-d/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Sat Aug 19 19:19:02 UTC 2017
Date: Saturday, August 19, 2017 @ 19:19:01
Author: arojas
Revision: 252595
Update to 0.11.1
Modified:
gir-to-d/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-08-19 19:10:04 UTC (rev 252594)
+++ PKGBUILD 2017-08-19 19:19:01 UTC (rev 252595)
@@ -1,7 +1,7 @@
# Maintainer: Antonio Rojas <arojas at archlinux.org>
pkgname=gir-to-d
-pkgver=0.11.0
+pkgver=0.11.1
pkgrel=1
pkgdesc="Create D bindings from GObject introspection files"
arch=(x86_64)
@@ -8,9 +8,9 @@
url="https://github.com/gtkd-developers/gir-to-d"
license=(LGPL3)
depends=(gcc-libs)
-makedepends=(meson dmd)
+makedepends=(meson dmd libphobos)
source=($pkgname-$pkgver.tar.gz::"https://github.com/gtkd-developers/gir-to-d/archive/v$pkgver.tar.gz")
-sha256sums=('32cc704a1f493a2128f4d60d314f571f65508ddcf6df1015316798485b57d9c5')
+sha256sums=('014d1278bb26779144f7d9c326bccbcd8df68761cb72b2164fc450c835ef6230')
prepare() {
mkdir -p build
More information about the arch-commits
mailing list