summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 052832d4216f..0f34d417a5c8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = inox-beta
pkgdesc = A web browser built for speed, simplicity, and security
pkgver = 64.0.3282.119
- pkgrel = 12
+ pkgrel = 15
url = https://www.chromium.org/Home
install = inox-beta.install
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 010fed1adb4f..e219e5440bc4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgname=inox-beta
pk=bnox
name=chromium
pkgver=64.0.3282.119
-pkgrel=12
+pkgrel=15
_launcher_ver=5
pkgdesc="A web browser built for speed, simplicity, and security"
arch=('i686' 'x86_64')
@@ -350,7 +350,7 @@ patch -Np1 -i ../k1.patch
# Fix build with glibc 2.26
patch -Np1 -i ../gnb.patch
- patch -Np1 -i ../hell.patch
+
# Fix incorrect inclusion of <string_view> in modes other than >= C++17