summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJoão Figueiredo2021-08-22 19:54:24 +0100
committerJoão Figueiredo2021-08-22 19:54:24 +0100
commitce77228611110bb47e3941fe93dd66db6cfa2476 (patch)
tree02dc35a78594c35cb73fd1fc395e64c4df0d9aba /PKGBUILD
parent38cadc9bf9cfc562dfc0bc644452235f076bffcb (diff)
downloadaur-ce77228611110bb47e3941fe93dd66db6cfa2476.tar.gz
That would cause problems and conflicts (not good)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 2 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 14d0413f7cf2..3c5dcd16cc19 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,17 +8,15 @@
pkgbase=gcc-git
pkgname=(gcc-git gcc-libs-git gcc-fortran-git gcc-objc-git gcc-ada-git gcc-go-git gcc-d-git)
-pkgver=12.0.0_r187385.gb48d4e68186
+pkgver=12.0.0_r187467.ga5416bf3694
_majorver=${pkgver%%.*}
_isl=$(curl -s "http://isl.gforge.inria.fr/?C=M;O=A" | grep tar.xz | tail -1 | sed -e 's/.*href="//' -e 's/">isl.*//')
-pkgrel=2
+pkgrel=1
pkgdesc='The GNU Compiler Collection'
arch=($CARCH)
license=(GPL LGPL FDL custom)
url='https://gcc.gnu.org'
makedepends=(git binutils libmpc gcc-ada doxygen lib32-glibc lib32-gcc-libs python git libxcrypt)
-conflicts=(${pkgbase%-git})
-provides=(${pkgbase%-git})
checkdepends=(dejagnu inetutils)
options=(!emptydirs)
_libdir=usr/lib/gcc/$CHOST/${pkgver%_*}