summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorÉtienne Deparis2017-08-02 19:37:16 +0200
committerÉtienne Deparis2017-08-02 19:37:16 +0200
commit2ba2154e6ecb92fed645b8989678f984849ab9eb (patch)
tree7013f730632e4166f3c7ebbbbc29996486d9982d
parente9a7f6df935451f7b7d6be60bc8fcc97367b4efa (diff)
downloadaur-2ba2154e6ecb92fed645b8989678f984849ab9eb.tar.gz
Replace cargo by rust as build dependancy
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 177f5f54354f..39685f848ca0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by makepkg 5.0.2
-# Mon Jul 31 20:07:29 UTC 2017
+# Wed Aug 2 17:01:01 UTC 2017
pkgbase = cliqz
pkgdesc = Firefox-based privacy aware web browser, build from sources
pkgver = 1.14.1
- pkgrel = 2
+ pkgrel = 3
url = https://cliqz.com/
arch = i686
arch = x86_64
@@ -18,7 +18,7 @@ pkgbase = cliqz
makedepends = inetutils
makedepends = xorg-server-xvfb
makedepends = autoconf2.13
- makedepends = cargo
+ makedepends = rust
makedepends = gcc5
depends = gtk3
depends = gtk2
diff --git a/PKGBUILD b/PKGBUILD
index 7c31a77bf2a8..d6eb63410f16 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=cliqz
_pkgname=browser-f
pkgver=1.14.1
-pkgrel=2
+pkgrel=3
_cqzbuildid=20170706154045
pkgdesc="Firefox-based privacy aware web browser, build from sources"
arch=(i686 x86_64)
@@ -11,7 +11,7 @@ license=(MPL2)
depends=(gtk3 gtk2 mozilla-common libxt startup-notification mime-types dbus-glib alsa-lib ffmpeg
nss hunspell sqlite ttf-font libpulse icu libvpx)
makedepends=(unzip zip diffutils python2 yasm mesa gconf inetutils xorg-server-xvfb
- autoconf2.13 cargo gcc5)
+ autoconf2.13 rust gcc5)
conflicts=(cliqz-bin)
source=("https://github.com/cliqz-oss/browser-f/archive/${pkgver}.tar.gz"
'fix-wifi-scanner.diff')