v11.3.2-3

This commit is contained in:
猫宮ぴあの / Piano Nekomiya 2023-09-12 11:18:37 +09:00
parent 951e8b6aeb
commit bd65fcfcaf
2 changed files with 5 additions and 3 deletions

View file

@ -1,7 +1,7 @@
pkgbase = floorp
pkgdesc = Firefox-based browser with excellent privacy protection, developed by a community of students in Japan
pkgver = 11.3.2
pkgrel = 2
pkgrel = 3
url = http://floorp.ablaze.one
arch = x86_64
arch = aarch64
@ -11,8 +11,10 @@ pkgbase = floorp
depends = libxt
depends = mime-types
depends = dbus-glib
depends = ffmpeg
depends = nss
depends = ttf-font
depends = libpulse
optdepends = ffmpeg: H264/AAC/MP3 decoding
optdepends = networkmanager: Location detection via available WiFi networks
optdepends = libnotify: Notification integration

View file

@ -1,12 +1,12 @@
# Maintainer: NSK-1010 <kotone[dot]olin1010[at]gmail[dot]com>
pkgname=floorp
pkgver=11.3.2
pkgrel=2
pkgrel=3
pkgdesc="Firefox-based browser with excellent privacy protection, developed by a community of students in Japan"
url="http://floorp.ablaze.one"
arch=('x86_64' 'aarch64')
license=('MPL2')
depends=('gtk3' 'libxt' 'mime-types' 'dbus-glib' 'nss' 'ttf-font')
depends=('gtk3' 'libxt' 'mime-types' 'dbus-glib' 'ffmpeg' 'nss' 'ttf-font' 'libpulse')
optdepends=('ffmpeg: H264/AAC/MP3 decoding'
'networkmanager: Location detection via available WiFi networks'
'libnotify: Notification integration'