From 9aff6adedd5ef063704bfb56ffee4657d6bd8e2a Mon Sep 17 00:00:00 2001 From: Aaron Keesing Date: Sat, 1 Oct 2022 12:39:07 +1300 Subject: [PATCH] Version 6.0.15. Require NodeJS 16 for build. --- .SRCINFO | 7 ++++--- PKGBUILD | 8 ++++---- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index fbcf717f3bdd..e6f995ddb0cb 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = zotero pkgdesc = A free, easy-to-use tool to help you collect, organize, cite, and share your research sources. - pkgver = 6.0.13 - pkgrel = 2 + pkgver = 6.0.15 + pkgrel = 1 url = https://github.com/zotero/zotero arch = x86_64 arch = i686 @@ -15,12 +15,13 @@ pkgbase = zotero makedepends = curl makedepends = wget makedepends = rsync + makedepends = nodejs-lts-gallium depends = dbus-glib depends = gtk3 depends = nss depends = libxt source = zotero.desktop - source = zotero-client::git+https://github.com/zotero/zotero.git#tag=99cf84e37779c33c19d937eb60f00a1139c3f485 + source = zotero-client::git+https://github.com/zotero/zotero.git#tag=bb831aa660e8e65fa6efcf267924696b61f65beb 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-translators::git+https://github.com/zotero/translators.git diff --git a/PKGBUILD b/PKGBUILD index 0cf66358b4d6..eb909523dd10 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,15 +1,15 @@ # Maintainer: Aaron Keesing pkgname=zotero -pkgver=6.0.13 -pkgrel=2 +pkgver=6.0.15 +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') -_tag=99cf84e37779c33c19d937eb60f00a1139c3f485 # git rev-parse $pkgver +makedepends=('npm' 'git' 'zip' 'unzip' 'perl' 'python>=3' 'curl' 'wget' 'rsync' 'nodejs-lts-gallium') +_tag=bb831aa660e8e65fa6efcf267924696b61f65beb # 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"