summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSerkan Hosca2018-08-27 08:17:56 -0400
committerSerkan Hosca2018-08-27 08:17:56 -0400
commitf58b5af7c3f7f308fecb15a7728f986aa313ac89 (patch)
tree967bb80a7537922830d0eee8b06bbb678ddc4641 /PKGBUILD
parent1a3581372b6264bce909849bbd164badcf006844 (diff)
downloadaur-f58b5af7c3f7f308fecb15a7728f986aa313ac89.tar.gz
Add cbindgen makedep
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b0f321b4e2a6..59f48e07b66e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=firefox-wayland-hg
_pkgname=firefox
-pkgver=r428351.02c8644c45b1
+pkgver=r433427.e4e2245fc142
pkgrel=1
pkgdesc="Standalone web browser from mozilla.org"
arch=(x86_64)
@@ -15,7 +15,7 @@ url="https://www.mozilla.org/firefox/"
depends=(gtk3 gtk2 mozilla-common libxt startup-notification mime-types dbus-glib ffmpeg
nss sqlite ttf-font libpulse libvpx icu)
makedepends=(unzip zip diffutils python2 yasm mesa imake gconf inetutils xorg-server-xvfb
- autoconf2.13 rust mercurial clang llvm jack)
+ autoconf2.13 rust cbindgen mercurial clang llvm jack)
optdepends=('networkmanager: Location detection via available WiFi networks'
'libnotify: Notification integration'
'pulseaudio: Audio support'
@@ -113,7 +113,6 @@ END
build() {
cd mozilla-unified
- cargo install --force cbindgen
# _FORTIFY_SOURCE causes configure failures
CPPFLAGS+=" -O2"