summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTavian Barnes2020-01-10 10:30:42 -0500
committerTavian Barnes2020-01-10 10:30:42 -0500
commit000063aa5eac12d5bbae512c5dca3b1b68d4bbe9 (patch)
tree7a62679accabfca8ce3cc182c076a72e194ca8a9
parent424cceebbd14badcfe98e6e765c037f7a6a400de (diff)
downloadaur-000063aa5eac12d5bbae512c5dca3b1b68d4bbe9.tar.gz
Drop the version requirement on the gcc dependency
Should fix https://aur.archlinux.org/packages/arm-linux-gnueabihf-gcc/#comment-724113
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c60b07471072..cbe54d0cdcc7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = arm-linux-gnueabihf-glibc-headers
pkgdesc = GNU C Library headers (arm-linux-gnueabihf)
pkgver = 2.30
- pkgrel = 3
+ pkgrel = 3.1
url = https://www.gnu.org/software/libc/
arch = any
license = GPL
license = LGPL
- makedepends = arm-linux-gnueabihf-gcc-stage1>=8.2.1+20181127
+ makedepends = arm-linux-gnueabihf-gcc-stage1
depends = arm-linux-gnueabihf-linux-api-headers>=5.3.1-2
options = !buildflags
options = !strip
diff --git a/PKGBUILD b/PKGBUILD
index f3eee834d0a7..b904ddc17adc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,13 +8,13 @@
_target="arm-linux-gnueabihf"
pkgname=${_target}-glibc-headers
pkgver=2.30
-pkgrel=3
+pkgrel=3.1
pkgdesc="GNU C Library headers (${_target})"
arch=('any')
url="https://www.gnu.org/software/libc/"
license=(GPL LGPL)
depends=("${_target}-linux-api-headers>=5.3.1-2")
-makedepends=("${_target}-gcc-stage1>=8.2.1+20181127")
+makedepends=("${_target}-gcc-stage1")
options=(!buildflags !strip staticlibs)
_commit=a6aaabd036d735a1b412f441bf6c706832655598
#source=(git+https://sourceware.org/git/glibc.git#commit=$_commit