summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJanez Zemva2019-09-29 01:32:56 +0200
committerJanez Zemva2019-09-29 01:32:56 +0200
commitb7a1a8705d59a18e47688f9cbc6cab9acb887171 (patch)
tree3a8a7d3f8d423adc49c151d915f8865c6d55e0f6
parent1037492da6ab9b288eb82d3493964da7e318b4a9 (diff)
downloadaur-b7a1a8705d59a18e47688f9cbc6cab9acb887171.tar.gz
some fixes
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 34e8e982d983..4724bc74406b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = fastgcc
pkgdesc = experimental gcc supporting faster compilation
pkgver = 9.2.0
- pkgrel = 5
+ pkgrel = 6
url = https://gcc.gnu.org
arch = x86_64
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index d4a0007814a0..9fe2925c41da 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgname=(fastgcc)
pkgver=9.2.0
_majorver=${pkgver:0:1}
_islver=0.21
-pkgrel=5
+pkgrel=6
pkgdesc='experimental gcc supporting faster compilation'
arch=(x86_64)
license=(GPL LGPL FDL custom)
@@ -17,6 +17,8 @@ url='https://gcc.gnu.org'
makedepends=(binutils libmpc python)
checkdepends=(inetutils)
options=(!emptydirs)
+provides=('gcc' 'gcc-libs')
+replaces=('gcc' 'gcc-libs')
source=(https://ftp.gnu.org/gnu/gcc/gcc-$pkgver/gcc-$pkgver.tar.xz
http://isl.gforge.inria.fr/isl-${_islver}.tar.xz
c89 c99)
@@ -92,8 +94,6 @@ build() {
package_fastgcc() {
depends=('binutils>=2.28' libmpc)
groups=('base-devel')
- provides=('gcc' 'gcc-libs')
- replaces=('gcc' 'gcc-libs')
options+=(staticlibs)
cd gcc-build