diff --git a/.SRCINFO b/.SRCINFO index e6f995ddb0cb..5deb3e3922c1 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -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 diff --git a/PKGBUILD b/PKGBUILD index 259fe82a13b3..9610d365c671 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,19 +1,19 @@ # Maintainer: Aaron Keesing 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"