summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorjk2021-05-02 12:28:57 -0500
committerjk2021-05-02 12:28:57 -0500
commit65ebc7f1f6f8b826fbe3c059fcfc9f0961ef5fd4 (patch)
tree42bc7a3d6cce9c063819d156f415488c9f9fab61 /PKGBUILD
parentfcc08612d8dc491608465e91fb8d4fa9e3fbd6a7 (diff)
downloadaur-65ebc7f1f6f8b826fbe3c059fcfc9f0961ef5fd4.tar.gz
upgpkg: ungoogled-chromium 90.0.4430.93-1
test
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f7fecf8828f6..4e736a6510fb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@
pkgname=ungoogled-chromium
pkgver=90.0.4430.93
-pkgrel=2
+pkgrel=1
_launcher_ver=7
_gcc_patchset=6
_pkgname=$(echo $pkgname | cut -d\- -f1-2)
@@ -187,8 +187,10 @@ build() {
readarray -t -O ${#_flags[@]} _flags < "${_ungoogled_repo}/flags.gn"
# -fcf-protection breaks some third_party libraries
- CFLAGS=$(printf '%s\n' "${CFLAGS//-fcf-protection/}")
+ CFLAGS=${CFLAGS/-fcf-protection}
CXXFLAGS="$CFLAGS"
+ #CFLAGS=$(printf '%s\n' "${CFLAGS//-fcf-protection/}")
+ #CXXFLAGS="$CFLAGS"
# Facilitate deterministic builds (taken from build/config/compiler/BUILD.gn)
CFLAGS+=' -Wno-builtin-macro-redefined'