mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
11.19.1
This commit is contained in:
parent
0cf44c3135
commit
69796b6f85
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = floorp
|
||||
pkgdesc = Firefox-based web browser focused on performance and customizability
|
||||
pkgver = 11.19.0
|
||||
pkgver = 11.19.1
|
||||
pkgrel = 1
|
||||
url = https://github.com/Floorp-Projects/Floorp
|
||||
arch = x86_64
|
||||
|
|
@ -53,14 +53,14 @@ pkgbase = floorp
|
|||
optdepends = networkmanager: Location detection via available WiFi networks
|
||||
optdepends = speech-dispatcher: Text-to-Speech
|
||||
optdepends = xdg-desktop-portal: Screensharing with Wayland
|
||||
provides = floorp=11.19.0
|
||||
provides = floorp=11.19.1
|
||||
conflicts = floorp
|
||||
options = !debug
|
||||
options = !emptydirs
|
||||
options = !lto
|
||||
options = !makeflags
|
||||
options = !strip
|
||||
source = Floorp::git+https://github.com/Floorp-Projects/Floorp.git#tag=e3204776f6e1919257866d7577fe661c159a0137
|
||||
source = Floorp::git+https://github.com/Floorp-Projects/Floorp.git#tag=55670e9533ecde7d0280a6ca162c6e2f53daf714
|
||||
source = floorp-projects.floorp-core::git+https://github.com/Floorp-Projects/Floorp-core.git
|
||||
source = floorp-projects.unified-l10n-central::git+https://github.com/Floorp-Projects/Unified-l10n-central.git
|
||||
source = floorp.desktop
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -12,12 +12,12 @@
|
|||
|
||||
: ${_ver_clang=}
|
||||
: ${RUSTUP_TOOLCHAIN:=stable}
|
||||
: ${_commit=e3204776f6e1919257866d7577fe661c159a0137} # 11.19.0
|
||||
: ${_commit=55670e9533ecde7d0280a6ca162c6e2f53daf714} # 11.19.1
|
||||
|
||||
## basic info
|
||||
_pkgname="floorp"
|
||||
pkgname="$_pkgname"
|
||||
pkgver=11.19.0
|
||||
pkgver=11.19.1
|
||||
pkgrel=1
|
||||
pkgdesc="Firefox-based web browser focused on performance and customizability"
|
||||
url="https://github.com/Floorp-Projects/Floorp"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue