mirror of
https://github.com/archlinux/aur.git
synced 2026-03-07 20:19:47 +01:00
Use correct license identifier
This commit is contained in:
parent
fd35093975
commit
e9e603a88e
2 changed files with 2 additions and 2 deletions
2
.SRCINFO
2
.SRCINFO
|
|
@ -5,7 +5,7 @@ pkgbase = zotero
|
|||
url = https://github.com/zotero/zotero
|
||||
arch = x86_64
|
||||
arch = i686
|
||||
license = AGPL3
|
||||
license = AGPL-3.0-or-later
|
||||
makedepends = npm
|
||||
makedepends = git
|
||||
makedepends = git-lfs
|
||||
|
|
|
|||
2
PKGBUILD
2
PKGBUILD
|
|
@ -6,7 +6,7 @@ pkgrel=1
|
|||
pkgdesc="A free, easy-to-use tool to help you collect, organize, cite, and share your research sources."
|
||||
arch=('x86_64' 'i686')
|
||||
url="https://github.com/zotero/zotero"
|
||||
license=('AGPL3')
|
||||
license=('AGPL-3.0-or-later')
|
||||
depends=('dbus-glib' 'gtk3' 'nss' 'libxt')
|
||||
makedepends=('npm' 'git' 'git-lfs' 'zip' 'unzip' 'perl' 'python>=3' 'curl' 'wget' 'rsync' 'nodejs')
|
||||
_tag=fd9a07ffe3f90c13140cd54e9ba0ea89cab2e2f8 # git rev-parse $pkgver
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue