summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJanez Zemva2019-09-29 01:26:43 +0200
committerJanez Zemva2019-09-29 01:26:43 +0200
commit1037492da6ab9b288eb82d3493964da7e318b4a9 (patch)
tree270f335e2785ac3aba93300e9ce1ba35d324e6a0 /PKGBUILD
parent5ed534244995404e312298300023972cd984cd2e (diff)
downloadaur-1037492da6ab9b288eb82d3493964da7e318b4a9.tar.gz
some fixes
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f49f38df0b89..d4a0007814a0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgname=(fastgcc)
pkgver=9.2.0
_majorver=${pkgver:0:1}
_islver=0.21
-pkgrel=4
+pkgrel=5
pkgdesc='experimental gcc supporting faster compilation'
arch=(x86_64)
license=(GPL LGPL FDL custom)
@@ -92,8 +92,8 @@ build() {
package_fastgcc() {
depends=('binutils>=2.28' libmpc)
groups=('base-devel')
- provides=(gcc gcc-libs)
- replaces=(gcc gcc-libs)
+ provides=('gcc' 'gcc-libs')
+ replaces=('gcc' 'gcc-libs')
options+=(staticlibs)
cd gcc-build