[arch-commits] Commit in gcc11/trunk (PKGBUILD)
Frederik Schwan
freswa at gemini.archlinux.org
Mon May 16 21:09:05 UTC 2022
Date: Monday, May 16, 2022 @ 21:09:04
Author: freswa
Revision: 445897
remove lib provides for gcc11-libs due to nested location
Modified:
gcc11/trunk/PKGBUILD
----------+
PKGBUILD | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-05-16 20:56:16 UTC (rev 445896)
+++ PKGBUILD 2022-05-16 21:09:04 UTC (rev 445897)
@@ -9,7 +9,7 @@
pkgname=($pkgbase gcc11-libs gcc11-fortran)
pkgver=11.3.0
_majorver=${pkgver%%.*}
-pkgrel=2
+pkgrel=3
pkgdesc='The GNU Compiler Collection (11.x.x)'
arch=(x86_64)
license=(GPL LGPL FDL custom)
@@ -115,7 +115,6 @@
pkgdesc="Runtime libraries shipped by GCC (11.x.x)"
depends=('glibc>=2.27')
options=(!emptydirs !strip)
- provides=(libgfortran.so libubsan.so libasan.so libtsan.so liblsan.so)
cd gcc-build
make -C $CHOST/libgcc DESTDIR="$pkgdir" install-shared
More information about the arch-commits
mailing list