aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorohfp <1813007-ohfp@users.noreply.gitlab.com>2020-12-20 22:25:33 +0100
committerohfp <1813007-ohfp@users.noreply.gitlab.com>2020-12-20 22:25:33 +0100
commit45ca9415f57cff54af268482d56e34e4b6c5d348 (patch)
treec314a850cb9a1f1bda260a24f5c12df52a1266e9
parentv84.0-1 (diff)
downloadlibrewolf-linux-45ca9415f57cff54af268482d56e34e4b6c5d348.tar.gz
librewolf-linux-45ca9415f57cff54af268482d56e34e4b6c5d348.tar.bz2
librewolf-linux-45ca9415f57cff54af268482d56e34e4b6c5d348.zip
drop rust fixed version
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c458d3a..dfef50c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ license=(MPL GPL LGPL)
url="https://librewolf-community.gitlab.io/"
depends=(gtk3 libxt mime-types dbus-glib ffmpeg nss ttf-font libpulse)
makedepends=(unzip zip diffutils yasm mesa imake inetutils xorg-server-xvfb
- 'rust<1:1.48.0' # rust 1.48.0 causes firefox / packed_simd building to fail
+ rust
autoconf2.13 clang llvm jack gtk2 nodejs cbindgen nasm
python-setuptools python-psutil python-zstandard git binutils lld)
optdepends=('networkmanager: Location detection via available WiFi networks'
bgstack15