mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
fix license declaration
This commit is contained in:
parent
b5c5af2977
commit
c59c7b0647
2 changed files with 2 additions and 2 deletions
2
.SRCINFO
2
.SRCINFO
|
|
@ -5,7 +5,7 @@ pkgbase = thorium-browser-bin
|
|||
url = https://github.com/Alex313031/Thorium
|
||||
install = thorium-browser.install
|
||||
arch = x86_64
|
||||
license = GPL3
|
||||
license = BSD
|
||||
optdepends = pipewire: WebRTC desktop sharing under Wayland
|
||||
optdepends = kdialog: for file dialogs in KDE
|
||||
optdepends = gnome-keyring: for storing passwords in GNOME keyring
|
||||
|
|
|
|||
2
PKGBUILD
2
PKGBUILD
|
|
@ -37,7 +37,7 @@ pkgdesc="Chromium fork focused on high performance and security"
|
|||
pkgver=117.0.5938.157
|
||||
pkgrel=3
|
||||
arch=('x86_64')
|
||||
license=('GPL3')
|
||||
license=('BSD')
|
||||
|
||||
case "${_sse3::1}" in
|
||||
't'|'y'|'1')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue