summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJoão Figueiredo2021-08-17 23:04:35 +0100
committerJoão Figueiredo2021-08-17 23:04:35 +0100
commit38cadc9bf9cfc562dfc0bc644452235f076bffcb (patch)
tree076a9da496e06f4704fb7ad58fd2c71572f220c7 /PKGBUILD
parent681a8d1fb7c8bac0e6880f94077dd7d6de5aff80 (diff)
downloadaur-38cadc9bf9cfc562dfc0bc644452235f076bffcb.tar.gz
Don't delete stuff accidentally!
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2bc114001065..14d0413f7cf2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ pkgname=(gcc-git gcc-libs-git gcc-fortran-git gcc-objc-git gcc-ada-git gcc-go-gi
pkgver=12.0.0_r187385.gb48d4e68186
_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=1
+pkgrel=2
pkgdesc='The GNU Compiler Collection'
arch=($CARCH)
license=(GPL LGPL FDL custom)
@@ -137,7 +137,7 @@ package_gcc-libs-git() {
options+=(!strip)
provides=(gcc-libs $pkgbase-multilib{,git} libgo.so libgfortran.so libgphobos.so
libubsan.so libasan.so libtsan.so liblsan.so)
- replaces=($pkgbase-multilib-git)
+ replaces=($pkgbase-multilib-git libgphobos-git)
cd gcc-build
make -C $CHOST/libgcc DESTDIR="$pkgdir" install-shared