[arch-commits] Commit in gdc/trunk (PKGBUILD)
Михаил Страшун
dicebot at archlinux.org
Thu Jun 4 18:16:22 UTC 2015
Date: Thursday, June 4, 2015 @ 20:16:22
Author: dicebot
Revision: 134809
upgpkg: gdc 5.1.0-3
fix gdc description (wrong version mentioned)
Modified:
gdc/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-06-04 18:13:30 UTC (rev 134808)
+++ PKGBUILD 2015-06-04 18:16:22 UTC (rev 134809)
@@ -5,7 +5,7 @@
pkgname=('gdc' 'libgphobos-devel')
pkgver=5.1.0
-pkgrel=2
+pkgrel=3
arch=('i686' 'x86_64')
url="https://github.com/D-Programming-GDC/GDC"
license=('GPL')
@@ -80,7 +80,7 @@
{
depends=('gcc' 'perl' 'binutils' 'libgphobos-devel')
provides=("d-compiler")
- pkgdesc="Compiler for D programming language which uses gcc backend (2.065 frontend version)"
+ pkgdesc="Compiler for D programming language which uses gcc backend"
install -D -m755 $srcdir/gcc-build/gcc/gdc $pkgdir/usr/bin/gdc
install -D -m755 $srcdir/gcc-build/gcc/cc1d $pkgdir/usr/lib/gcc/$CHOST/$pkgver/cc1d
More information about the arch-commits
mailing list