summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorÉtienne Deparis2017-02-15 21:26:11 +0100
committerÉtienne Deparis2017-02-15 21:26:11 +0100
commit350c91f09ce2175500a99b666aabeaed6acfd890 (patch)
tree9792bccabe554bcefc5eb4f0355c21133c6407e1
parent451c4691679e8df8e2e25b61efcc1f57d91cdb12 (diff)
downloadaur-350c91f09ce2175500a99b666aabeaed6acfd890.tar.gz
Bump to 1.11.0 version
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD15
-rw-r--r--firefox-50.1.0-configure-regexp.patch25
3 files changed, 11 insertions, 41 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5b17f49dcbf4..2bf1e0585143 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by makepkg 5.0.1
-# Mon Feb 6 21:53:30 UTC 2017
+# Wed Feb 15 20:25:29 UTC 2017
pkgbase = cliqz
pkgdesc = Firefox-based privacy aware web browser
- pkgver = 1.10.0
- pkgrel = 2
+ pkgver = 1.11.0
+ pkgrel = 1
url = https://cliqz.com/
arch = i686
arch = x86_64
@@ -31,14 +31,12 @@ pkgbase = cliqz
depends = startup-notification
depends = ttf-font
conflicts = cliqz-bin
- source = https://github.com/cliqz-oss/browser-f/archive/1.10.0.tar.gz
+ source = https://github.com/cliqz-oss/browser-f/archive/1.11.0.tar.gz
source = mozconfig
source = cliqz
- source = firefox-50.1.0-configure-regexp.patch
- sha256sums = a9daa346c4317421b038ebf3e0d96a2bffac2c2886866133fb64439830c63674
+ sha256sums = ae35e3ac2ac6df6e53fdee30b0053bdf7c79c77f174632b58bdcfcbac99f5cf4
sha256sums = ebb68a51d1289f53e1adb9501d4309db9a0cc73d6eb8da6dc86143f0879b6fc7
sha256sums = cd07bf42ad08a626250572890f1a038a85bc7715637371b23c11b39690ab9c7a
- sha256sums = f746874e84217ce6a7ddf9f8aacdb2e70845db0ba7a5b54134fd0ed4221c7723
pkgname = cliqz
diff --git a/PKGBUILD b/PKGBUILD
index 1f3242b309fe..1a79f1117a39 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=cliqz
_pkgname=browser-f
_vendorname=CLIQZ
-pkgver=1.10.0
-pkgrel=2
+pkgver=1.11.0
+pkgrel=1
pkgdesc="Firefox-based privacy aware web browser"
arch=('i686' 'x86_64')
url="https://cliqz.com/"
@@ -16,12 +16,11 @@ makedepends=('python2' 'zip' 'autoconf2.13' 'yasm' 'libidl2' 'linux-api-headers'
conflicts=('cliqz-bin')
source=("https://github.com/cliqz-oss/browser-f/archive/${pkgver}.tar.gz"
"mozconfig"
- "cliqz"
- "firefox-50.1.0-configure-regexp.patch")
-sha256sums=('a9daa346c4317421b038ebf3e0d96a2bffac2c2886866133fb64439830c63674'
+ "cliqz")
+sha256sums=('ae35e3ac2ac6df6e53fdee30b0053bdf7c79c77f174632b58bdcfcbac99f5cf4'
'ebb68a51d1289f53e1adb9501d4309db9a0cc73d6eb8da6dc86143f0879b6fc7'
- 'cd07bf42ad08a626250572890f1a038a85bc7715637371b23c11b39690ab9c7a'
- 'f746874e84217ce6a7ddf9f8aacdb2e70845db0ba7a5b54134fd0ed4221c7723')
+ 'cd07bf42ad08a626250572890f1a038a85bc7715637371b23c11b39690ab9c7a')
+
prepare() {
cd $srcdir/$_pkgname-$pkgver/mozilla-release
@@ -29,8 +28,6 @@ prepare() {
sed -i "s/@MOZ_APP_DISPLAYNAME@/$_vendorname/g" toolkit/mozapps/installer/linux/rpm/mozilla.desktop
sed -i "s/@MOZ_APP_NAME@/$pkgname/g" toolkit/mozapps/installer/linux/rpm/mozilla.desktop
- patch -Np1 -i ../../firefox-50.1.0-configure-regexp.patch
-
cp ../../mozconfig .mozconfig
}
diff --git a/firefox-50.1.0-configure-regexp.patch b/firefox-50.1.0-configure-regexp.patch
deleted file mode 100644
index 576a434e097c..000000000000
--- a/firefox-50.1.0-configure-regexp.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-Source/Upstream: https://bugzilla.mozilla.org/show_bug.cgi?id=1329252
-Reason: GNU sed 4.3 compatibility
-
-From: Jory A. Pratt <anarchy@gentoo.org>
-
-Note: the first occurrence of :space: is [:space:] (with a single pair
-of []), where it should be [[:space:]] (with two pairs of []).
-
-This causes the sed command to fail (with the error message quoted in
-my original report), driving to failure the whole configure step.
-
-https://bugzilla.mozilla.org/show_bug.cgi?id=1329252
-
-diff --git a/build/autoconf/icu.m4 b/build/autoconf/icu.m4
---- a/build/autoconf/icu.m4
-+++ b/build/autoconf/icu.m4
-@@ -70,7 +70,7 @@
- fi
- fi
-
-- version=`sed -n 's/^[[:space:]]*#[[:space:]]*define[[:space:]][[:space:]]*U_ICU_VERSION_MAJOR_NUM[[:space:]][[:space:]]*\([0-9][0-9]*\)[[:space:]]*$/\1/p' "$icudir/common/unicode/uvernum.h"`
-+ version=`sed -n 's/^[[[:space:]]]*#[[:space:]]*define[[:space:]][[:space:]]*U_ICU_VERSION_MAJOR_NUM[[:space:]][[:space:]]*\([0-9][0-9]*\)[[:space:]]*$/\1/p' "$icudir/common/unicode/uvernum.h"`
- if test x"$version" = x; then
- AC_MSG_ERROR([cannot determine icu version number from uvernum.h header file $lineno])
- fi