From 49d87a919580837192e50525f20ed142bde6a24a Mon Sep 17 00:00:00 2001 From: Aaron Keesing Date: Tue, 14 Mar 2023 17:49:05 +1300 Subject: [PATCH] Version 6.0.22 --- .SRCINFO | 6 +++--- PKGBUILD | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 6bf100345536..3b1867569f6b 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.20 + pkgver = 6.0.22 pkgrel = 1 url = https://github.com/zotero/zotero arch = x86_64 @@ -21,9 +21,9 @@ pkgbase = zotero depends = nss depends = libxt source = zotero.desktop - source = zotero-client::git+https://github.com/zotero/zotero.git#tag=413147ae74b66455545889a9007e0fe63c2ce609 + source = zotero-client::git+https://github.com/zotero/zotero.git#tag=578ba8a9e220a83242285075472dc77ca3e2fd49 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.14 + source = zotero-standalone-build::git+https://github.com/zotero/zotero-standalone-build.git#tag=6.0.21 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 07170f43d87f..ac920d85dfb7 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Aaron Keesing pkgname=zotero -pkgver=6.0.20 +pkgver=6.0.22 pkgrel=1 pkgdesc="A free, easy-to-use tool to help you collect, organize, cite, and share your research sources." arch=('x86_64' 'i686') @@ -9,11 +9,11 @@ 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') -_tag=413147ae74b66455545889a9007e0fe63c2ce609 # git rev-parse $pkgver +_tag=578ba8a9e220a83242285075472dc77ca3e2fd49 # 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.14" + "zotero-standalone-build::git+https://github.com/zotero/zotero-standalone-build.git#tag=6.0.21" "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"