summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJan Alexander Steffens (heftig)2024-05-26 13:50:36 +0000
committerJan Alexander Steffens (heftig)2024-05-26 13:50:57 +0000
commit2adec637b2d109152c0c3543bfcca49421c093b4 (patch)
tree8a59d3855054e98d40c45d381d1e16cd02235132 /PKGBUILD
parent2bc56c91482e4dec6a67284ed564a05a799f590a (diff)
downloadaur-2adec637b2d109152c0c3543bfcca49421c093b4.tar.gz
128.0a1+20240526.1+h277ccd163bbc-1: Improve deps
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD23
1 files changed, 21 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e2dbefb6aafb..539a1ad6e89d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,21 +3,40 @@
# Contributor: Jakub Schmidtke <sjakub@gmail.com>
pkgname=firefox-nightly
-pkgver=128.0a1+20240525.1+hbc46b838c113
+pkgver=128.0a1+20240526.1+h277ccd163bbc
pkgrel=1
pkgdesc="Development version of the popular Firefox web browser"
url="https://www.mozilla.org/firefox/channel/#nightly"
arch=(x86_64)
license=(MPL-2.0)
depends=(
+ alsa-lib
+ at-spi2-core
+ bash
+ cairo
dbus
ffmpeg
+ fontconfig
+ freetype2
+ gcc-libs
+ gdk-pixbuf2
+ glib2
+ glibc
gtk3
+ hicolor-icon-theme
libpulse
+ libx11
+ libxcb
+ libxcomposite
+ libxdamage
+ libxext
+ libxfixes
+ libxrandr
libxss
libxt
mime-types
nss
+ pango
ttf-font
)
makedepends=(
@@ -49,7 +68,7 @@ optdepends=(
'hunspell-en_US: Spell checking, American English'
'libnotify: Notification integration'
'networkmanager: Location detection via available WiFi networks'
- 'pulseaudio: Audio support'
+ 'python: DMD (Dark Matter Detector) heap profiling'
'speech-dispatcher: Text-to-Speech'
'xdg-desktop-portal: Screensharing with Wayland'
)