summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e5442a279e1d..052832d4216f 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 = 7
+ pkgrel = 12
url = https://www.chromium.org/Home
install = inox-beta.install
arch = i686
@@ -137,6 +137,7 @@ pkgbase = inox-beta
source = https://raw.githubusercontent.com/bn0785ac/ih-beta/e3.patch
source = https://raw.githubusercontent.com/bn0785ac/ih-beta/narnia1.patch
source = https://raw.githubusercontent.com/bn0785ac/ih-beta/edgy.patch
+ source = https://raw.githubusercontent.com/bn0785ac/ih-beta/hell.patch
sha256sums = 342ea80a925d85f5155b2b423a0d3cbcf2ee5729bf107c601d7d902315d03127
sha256sums = 4dc3428f2c927955d9ae117f2fb24d098cc6dd67adb760ac9c82b522ec8b0587
sha256sums = 1a3a33e34764205c7be280c7436730f5d899bdbc44339ec5df208e09fd102883
@@ -232,6 +233,7 @@ pkgbase = inox-beta
sha256sums = 862a852fbe5d502ac35227c46ca54304f47e7400041dff806f10bd2d82f7b971
sha256sums = 4705552f63a28314f3225ebc0cf9d82993466397de2eee3dc9b2c4a085c63f7d
sha256sums = 78774357a0a86bb0379d7b21ceefd645e2fffd7b131b8fdc30772a1960364f1d
+ sha256sums = 2716f2b1905dd909a82d29c942e130618d904bb7e36f03d14d4153e596b7655f
pkgname = inox-beta
diff --git a/PKGBUILD b/PKGBUILD
index 0aec2187cd0b..010fed1adb4f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgname=inox-beta
pk=bnox
name=chromium
pkgver=64.0.3282.119
-pkgrel=7
+pkgrel=12
_launcher_ver=5
pkgdesc="A web browser built for speed, simplicity, and security"
arch=('i686' 'x86_64')
@@ -111,6 +111,7 @@ https://raw.githubusercontent.com/bn0785ac/ih-beta/p2.patch
https://raw.githubusercontent.com/bn0785ac/ih-beta/e3.patch
https://raw.githubusercontent.com/bn0785ac/ih-beta/narnia1.patch
https://raw.githubusercontent.com/bn0785ac/ih-beta/edgy.patch
+https://raw.githubusercontent.com/bn0785ac/ih-beta/hell.patch
)
@@ -208,7 +209,8 @@ sha256sums=('342ea80a925d85f5155b2b423a0d3cbcf2ee5729bf107c601d7d902315d03127'
'5c6845a62c845d8b506ad3704158b96fb7b3a2f59a7a6b9eb8f14781a79a86ac'
'862a852fbe5d502ac35227c46ca54304f47e7400041dff806f10bd2d82f7b971'
'4705552f63a28314f3225ebc0cf9d82993466397de2eee3dc9b2c4a085c63f7d'
- '78774357a0a86bb0379d7b21ceefd645e2fffd7b131b8fdc30772a1960364f1d')
+ '78774357a0a86bb0379d7b21ceefd645e2fffd7b131b8fdc30772a1960364f1d'
+ '2716f2b1905dd909a82d29c942e130618d904bb7e36f03d14d4153e596b7655f')
# Possible replacements are listed in build/linux/unbundle/replace_gn_files.py
@@ -348,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