mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
v11.3.2-3
This commit is contained in:
parent
951e8b6aeb
commit
bd65fcfcaf
2 changed files with 5 additions and 3 deletions
4
.SRCINFO
4
.SRCINFO
|
|
@ -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
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue