summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorÉtienne Deparis2019-01-28 14:57:03 +0100
committerÉtienne Deparis2019-01-28 14:57:03 +0100
commitbb4a7ff5c60b5b4a84dafcddad00975b1c3508b8 (patch)
treef142e5a7c11e682b5f74493544e9ed281b2bb155 /PKGBUILD
parentbd44372c1acc0f0f95c6a5ce7d4e30faabdd397e (diff)
downloadaur-bb4a7ff5c60b5b4a84dafcddad00975b1c3508b8.tar.gz
1.24.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 5 insertions, 2 deletions
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() {