diff options
author | Andreas Baumann <mail@andreasbaumann.cc> | 2018-05-27 08:53:55 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2018-05-27 08:53:55 +0200 |
commit | 962fbf6ce5e7a39646fd98d06db3a57464886cc1 (patch) | |
tree | c33709eb25b21d53e3f26b5bfea6c64a036f9ad6 /core/binutils | |
parent | 24c30f5e9479142383a8f43a3a2fb252ae518634 (diff) | |
download | packages-962fbf6ce5e7a39646fd98d06db3a57464886cc1.tar.xz |
core/binutils: patching bug reporting URL
Diffstat (limited to 'core/binutils')
-rw-r--r-- | core/binutils/PKGBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/binutils/PKGBUILD b/core/binutils/PKGBUILD index 35c2db26..a2e60e6e 100644 --- a/core/binutils/PKGBUILD +++ b/core/binutils/PKGBUILD @@ -2,5 +2,6 @@ eval "$( declare -f build | \ sed ' s/--enable/--enable-64-bit-bfd \0/ + s,https://bugs.archlinux.org/,https://bugs.archlinux32.org/, ' )" |