diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-09-21 10:32:47 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-09-21 10:33:22 -0300 |
commit | a4e559691ed777a5549f479054508a8ab1463f28 (patch) | |
tree | aec750eaef5c6797e1633f8ae22a1112ad106c60 /libre/xtensa-unknown-elf-gcc/PKGBUILD | |
parent | 32c60a6916c1d5c72d89d3ab1ec4f57527aa0ec1 (diff) |
xtensa-unknown-elf-gcc: push xtensa patch to repo
Diffstat (limited to 'libre/xtensa-unknown-elf-gcc/PKGBUILD')
-rw-r--r-- | libre/xtensa-unknown-elf-gcc/PKGBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libre/xtensa-unknown-elf-gcc/PKGBUILD b/libre/xtensa-unknown-elf-gcc/PKGBUILD index ad02cb0e7..4ad9682dd 100644 --- a/libre/xtensa-unknown-elf-gcc/PKGBUILD +++ b/libre/xtensa-unknown-elf-gcc/PKGBUILD @@ -4,6 +4,7 @@ pkgname=xtensa-unknown-elf-gcc pkgver=6.2.1 +_pkgverpatch=$pkgver _pkgver=6 _islver=0.16.1 pkgrel=1 @@ -17,7 +18,7 @@ checkdepends=('dejagnu' 'inetutils') options=('!emptydirs') source=(git://gcc.gnu.org/git/gcc.git#commit=${_commit} http://isl.gforge.inria.fr/isl-${_islver}.tar.bz2 - gcc-xtensa.patch) + https://repo.parabola.nu/other/gcc/$_pkgverpatch/gcc-xtensa.patch) md5sums=('SKIP' 'ac1f25a0677912952718a51f5bc20f32' '5e0f13db1555fd3f70da9642ab180386') |