mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
core/gcc to 4.8.0-4
This commit is contained in:
parent
b1aad8b327
commit
e1ef05fd4e
1 changed files with 3 additions and 3 deletions
|
@ -16,8 +16,8 @@ noautobuild=1
|
|||
|
||||
pkgname=('gcc' 'gcc-libs' 'gcc-fortran' 'gcc-objc' 'gcc-go')
|
||||
pkgver=4.8.0
|
||||
pkgrel=3
|
||||
_snapshot=4.8-20130425
|
||||
pkgrel=4
|
||||
_snapshot=4.8-20130502
|
||||
pkgdesc="The GNU Compiler Collection"
|
||||
arch=('i686' 'x86_64')
|
||||
license=('GPL' 'LGPL' 'FDL' 'custom')
|
||||
|
@ -28,7 +28,7 @@ options=('!libtool' '!emptydirs' '!distcc')
|
|||
source=(#ftp://gcc.gnu.org/pub/gcc/releases/gcc-${pkgver}/gcc-${pkgver}.tar.bz2
|
||||
ftp://gcc.gnu.org/pub/gcc/snapshots/${_snapshot}/gcc-${_snapshot}.tar.bz2
|
||||
armhf-triplet-trunk.diff)
|
||||
md5sums=('03690556f09991fbecac0467227c5d4e'
|
||||
md5sums=('672a1ad73f8391c5a6b3c4429eb0d798'
|
||||
'bd7330bd41845929f1e0efb3b7d0a060')
|
||||
|
||||
if [ -n "${_snapshot}" ]; then
|
||||
|
|
Loading…
Reference in a new issue