summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorÉtienne Deparis2019-08-21 19:40:42 +0200
committerÉtienne Deparis2019-08-21 19:40:42 +0200
commit05274ec1faad99e79ca002f5e825aacb6947bb01 (patch)
tree5f69ec90b15564fa819c0063521e620d0177defc /PKGBUILD
parent73f02dde9314d78a03f05fe4e52dfc325f6a2cd3 (diff)
downloadaur-05274ec1faad99e79ca002f5e825aacb6947bb01.tar.gz
1.28.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 22df92654054..8c591b2fac6e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
# french pkgbuild here: https://git.deparis.io/pkgbuilds/tree/cliqz_work/PKGBUILD?id=17ec1716c90dd08
pkgname=cliqz
_pkgname=browser-f
-pkgver=1.28.1
+pkgver=1.28.2
pkgrel=1
_cqzchannel=release
_cqzbuildid=$(curl -s "http://repository.cliqz.com.s3.amazonaws.com/dist/${_cqzchannel}/${pkgver}/lastbuildid")
@@ -25,7 +25,7 @@ optdepends=('hunspell-en_US: Spell checking, American English')
conflicts=(cliqz-bin)
source=("https://github.com/cliqz-oss/browser-f/archive/$pkgver.tar.gz"
'0001-Use-remoting-name-for-GDK-application-names.patch::https://git.archlinux.org/svntogit/packages.git/plain/trunk/0001-Use-remoting-name-for-GDK-application-names.patch?h=packages/firefox&id=3dac00b6aefd97b66f13af0ad8761a3765094368')
-sha256sums=('4d6d0dbf87d30e760b66e6e891ab80ff5e9863168ce9641cebfe4b114fe38e10'
+sha256sums=('eb22c3c06530a78012e300cd0be28d03e386270477fee29087941ec19d093982'
'ab07ab26617ff76fce68e07c66b8aa9b96c2d3e5b5517e51a3c3eac2edd88894')
options=(!emptydirs !makeflags !strip)
@@ -111,8 +111,9 @@ ac_add_options --with-system-zlib
# Features
ac_add_options --enable-startup-notification
-ac_add_options --disable-updater
ac_add_options --disable-gconf
+ac_add_options --disable-updater
+ac_add_options --disable-tests
END
cd "$srcdir/${_pkgname}-$pkgver"