summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rwxr-xr-xPKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 872010a51a0c..4caf35271d86 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = arm-linux-gnueabi-gcc75-linaro-bin
url = https://www.linaro.org/downloads/
arch = x86_64
license = GPL
+ options = !strip
source = arm-linux-gnueabi-gcc75-linaro-bin-v7.5::https://releases.linaro.org/components/toolchain/binaries/latest-7/arm-linux-gnueabihf/gcc-linaro-7.5.0-2019.12-x86_64_arm-linux-gnueabihf.tar.xz
md5sums = 7e5a330aed9dfbe69c79589911db29d9
diff --git a/PKGBUILD b/PKGBUILD
index 6a871df5acc1..6486049c63b8 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,6 +10,7 @@ license=('GPL')
depends=()
makedepends=()
md5sums=('7e5a330aed9dfbe69c79589911db29d9')
+options=(!strip)
source=("$pkgname-v$pkgver::https://releases.linaro.org/components/toolchain/binaries/latest-7/arm-linux-gnueabihf/gcc-linaro-7.5.0-2019.12-x86_64_arm-linux-gnueabihf.tar.xz")