summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSosthène Guédon2020-03-04 14:20:59 +0100
committerSosthène Guédon2020-03-04 14:20:59 +0100
commit083a2af6b5b52f5edd0d660a00a04e3e6b0882b3 (patch)
tree187bec0c3071ea7c7ee16af297d126ce1f1d0d83
parent2fa293995c0b5f354d4e71d6f952d88a03810e41 (diff)
downloadaur-083a2af6b5b52f5edd0d660a00a04e3e6b0882b3.tar.gz
Remove wrong strip warnings
-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")