summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f6cdc8a87556..b5e399465d8a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by makepkg 5.1.0
-# Wed Jun 6 12:43:20 UTC 2018
+# Tue Jun 12 14:48:17 UTC 2018
pkgbase = cliqz
pkgdesc = Firefox-based privacy aware web browser, build from sources
- pkgver = 1.20.1
- pkgrel = 2
+ pkgver = 1.20.2
+ pkgrel = 1
url = https://cliqz.com/
arch = i686
arch = x86_64
@@ -39,8 +39,8 @@ pkgbase = cliqz
options = !emptydirs
options = !makeflags
options = !strip
- source = https://github.com/cliqz-oss/browser-f/archive/1.20.1.tar.gz
- sha256sums = 58bfae2ce2f5e519ad07c57eaef9993250ee8afe53ae0c3f283e4d0cf7cf8e64
+ source = https://github.com/cliqz-oss/browser-f/archive/1.20.2.tar.gz
+ sha256sums = ba0f1a09441cd00e36a384f0039c03cc868921470734779b31998ce59fc07c66
pkgname = cliqz
diff --git a/PKGBUILD b/PKGBUILD
index 54faf27a3e8b..683007ca1b34 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Étienne Deparis <etienne@depar.is>
pkgname=cliqz
_pkgname=browser-f
-pkgver=1.20.1
-pkgrel=2
+pkgver=1.20.2
+pkgrel=1
_cqzbuildid=$(curl "http://repository.cliqz.com.s3.amazonaws.com/dist/release/$pkgver/lastbuildid")
pkgdesc="Firefox-based privacy aware web browser, build from sources"
arch=(i686 x86_64)
@@ -13,7 +13,7 @@ makedepends=(unzip zip diffutils python2 yasm mesa imake gconf inetutils xorg-se
autoconf2.13 rust clang llvm libnotify gtk2 gtk3 wget)
conflicts=(cliqz-bin)
source=("https://github.com/cliqz-oss/browser-f/archive/$pkgver.tar.gz")
-sha256sums=('58bfae2ce2f5e519ad07c57eaef9993250ee8afe53ae0c3f283e4d0cf7cf8e64')
+sha256sums=('ba0f1a09441cd00e36a384f0039c03cc868921470734779b31998ce59fc07c66')
options=(!emptydirs !makeflags !strip)
prepare() {