mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/gdc to 5.1.0-3
This commit is contained in:
parent
ac659d418b
commit
97c347cd77
1 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ noautobuild=1
|
|||
|
||||
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')
|
||||
|
@ -90,7 +90,7 @@ package_gdc()
|
|||
depends=('gcc' 'perl' 'binutils' 'libgphobos-devel')
|
||||
optdepends=('libgphobos-devel: D standard library, GDC version')
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue