summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD7
2 files changed, 10 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8bae951a1bfc..514fcec58ec9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
-# Generated by makepkg 5.1.1
-# Thu Jan 3 11:02:26 UTC 2019
+# Generated by makepkg 5.1.2
+# Mon Jan 28 13:56:41 UTC 2019
pkgbase = cliqz
pkgdesc = Firefox-based privacy aware web browser, build from sources
- pkgver = 1.24.0
+ pkgver = 1.24.2
pkgrel = 1
url = https://cliqz.com/
arch = i686
@@ -46,8 +46,8 @@ pkgbase = cliqz
conflicts = cliqz-bin
options = !emptydirs
options = !makeflags
- source = https://github.com/cliqz-oss/browser-f/archive/1.24.0.tar.gz
- sha256sums = a27bfe361a36271158a1bef7f25dae4803a93c38145a084258db398734235179
+ source = https://github.com/cliqz-oss/browser-f/archive/1.24.2.tar.gz
+ sha256sums = aed6a35f8ae6045a0e4ebef95d54cbdc20a23f2f10fc078cc832a5898918084f
pkgname = cliqz
diff --git a/PKGBUILD b/PKGBUILD
index 64b0de3dccb3..25b08891ade0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Étienne Deparis <etienne@depar.is>
pkgname=cliqz
_pkgname=browser-f
-pkgver=1.24.0
+pkgver=1.24.2
pkgrel=1
_cqzchannel=release
_cqzbuildid=$(curl "http://repository.cliqz.com.s3.amazonaws.com/dist/${_cqzchannel}/${pkgver}/lastbuildid")
@@ -18,7 +18,7 @@ makedepends=(unzip zip diffutils python2-setuptools yasm mesa imake
optdepends=('hunspell-en_US: Spell checking, American English')
conflicts=(cliqz-bin)
source=("https://github.com/cliqz-oss/browser-f/archive/$pkgver.tar.gz")
-sha256sums=('a27bfe361a36271158a1bef7f25dae4803a93c38145a084258db398734235179')
+sha256sums=('aed6a35f8ae6045a0e4ebef95d54cbdc20a23f2f10fc078cc832a5898918084f')
options=(!emptydirs !makeflags)
prepare() {
@@ -94,6 +94,9 @@ ac_add_options --enable-startup-notification
ac_add_options --disable-updater
ac_add_options --disable-gconf
END
+
+ cd "$srcdir/${_pkgname}-$pkgver"
+ sed -i 's|^./mach build$|xvfb-run -a -n 97 -s "-screen 0 1600x1200x24" ./mach build|' magic_build_and_package.sh
}
build() {