diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-09-21 10:03:45 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-09-21 10:30:42 -0300 |
commit | 32c60a6916c1d5c72d89d3ab1ec4f57527aa0ec1 (patch) | |
tree | e882655906ee1d7e72f71d01454e385d9dff90ae /cross/cross-binutils/PKGBUILD | |
parent | a1f114b7775829d7babf3ad12dad1ae571e2a395 (diff) | |
download | abslibre-32c60a6916c1d5c72d89d3ab1ec4f57527aa0ec1.tar.gz abslibre-32c60a6916c1d5c72d89d3ab1ec4f57527aa0ec1.tar.bz2 abslibre-32c60a6916c1d5c72d89d3ab1ec4f57527aa0ec1.zip |
xtensa-unknown-elf-binutils: push xtensa patch to repo since it exceeded maximum blob size in AUR (250.00KiB)
Diffstat (limited to 'cross/cross-binutils/PKGBUILD')
-rw-r--r-- | cross/cross-binutils/PKGBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cross/cross-binutils/PKGBUILD b/cross/cross-binutils/PKGBUILD index bab1bfb7f..059da535c 100644 --- a/cross/cross-binutils/PKGBUILD +++ b/cross/cross-binutils/PKGBUILD @@ -107,6 +107,7 @@ fi _pkgname=binutils pkgname=$_target-$_pkgname pkgver=2.27 +_pkgverpatch=$pkgver pkgrel=1 _commit=2870b1ba pkgdesc="A set of programs to assemble and manipulate binary and object files" @@ -120,7 +121,7 @@ checkdepends=('dejagnu' 'bc') options=('staticlibs' '!distcc' '!ccache') #source=(ftp://ftp.gnu.org/gnu/$_pkgname/$_pkgname-${pkgver}.tar.bz2{,.sig}) source=(git://sourceware.org/git/$_pkgname-gdb.git#commit=${_commit} - $_pkgname-xtensa.patch) + https://repo.parabola.nu/other/$_pkgname/$_pkgverpatch/$_pkgname-xtensa.patch) md5sums=('SKIP' 'd3c1408246493c42fc2b78508571f584') #validpgpkeys=('EAF1C276A747E9ED86210CBAC3126D3B4AE55E93') |