Version 6.0.16. Remove NodeJS 16 requirement.

This commit is contained in:
Aaron Keesing 2022-11-05 10:54:53 +13:00
parent 8a10e31ad5
commit 0405776806
No known key found for this signature in database
GPG key ID: 7AC6CBF8B9764425
2 changed files with 8 additions and 8 deletions

View file

@ -1,6 +1,6 @@
pkgbase = zotero
pkgdesc = A free, easy-to-use tool to help you collect, organize, cite, and share your research sources.
pkgver = 6.0.15
pkgver = 6.0.16
pkgrel = 1
url = https://github.com/zotero/zotero
arch = x86_64
@ -15,15 +15,15 @@ pkgbase = zotero
makedepends = curl
makedepends = wget
makedepends = rsync
makedepends = nodejs-lts-gallium
makedepends = nodejs
depends = dbus-glib
depends = gtk3
depends = nss
depends = libxt
source = zotero.desktop
source = zotero-client::git+https://github.com/zotero/zotero.git#tag=bb831aa660e8e65fa6efcf267924696b61f65beb
source = zotero-client::git+https://github.com/zotero/zotero.git#tag=a289a11d30dc08a0dd817f4c3bd3a96547ae7956
source = zotero-build::git+https://github.com/zotero/zotero-build.git
source = zotero-standalone-build::git+https://github.com/zotero/zotero-standalone-build.git#tag=6.0.11
source = zotero-standalone-build::git+https://github.com/zotero/zotero-standalone-build.git#tag=6.0.14
source = zotero-translators::git+https://github.com/zotero/translators.git
source = zotero-styles::git+https://github.com/zotero/bundled-styles.git
source = zotero-pdf-worker::git+https://github.com/zotero/pdf-worker.git

View file

@ -1,19 +1,19 @@
# Maintainer: Aaron Keesing <agkphysics at gmail dot com>
pkgname=zotero
pkgver=6.0.15
pkgver=6.0.16
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')
depends=('dbus-glib' 'gtk3' 'nss' 'libxt')
makedepends=('npm' 'git' 'zip' 'unzip' 'perl' 'python>=3' 'curl' 'wget' 'rsync' 'nodejs-lts-gallium')
_tag=bb831aa660e8e65fa6efcf267924696b61f65beb # git rev-parse $pkgver
makedepends=('npm' 'git' 'zip' 'unzip' 'perl' 'python>=3' 'curl' 'wget' 'rsync' 'nodejs')
_tag=a289a11d30dc08a0dd817f4c3bd3a96547ae7956 # git rev-parse $pkgver
source=("zotero.desktop"
"zotero-client::git+https://github.com/zotero/zotero.git#tag=${_tag}"
"zotero-build::git+https://github.com/zotero/zotero-build.git"
"zotero-standalone-build::git+https://github.com/zotero/zotero-standalone-build.git#tag=6.0.11"
"zotero-standalone-build::git+https://github.com/zotero/zotero-standalone-build.git#tag=6.0.14"
"zotero-translators::git+https://github.com/zotero/translators.git"
"zotero-styles::git+https://github.com/zotero/bundled-styles.git"
"zotero-pdf-worker::git+https://github.com/zotero/pdf-worker.git"