From 3e8054315076cd7ecc0c7cf32fc736896029637c Mon Sep 17 00:00:00 2001 From: Aaron Keesing Date: Sun, 1 Sep 2024 14:36:50 +1200 Subject: [PATCH] Version 7.0.3 --- .SRCINFO | 4 ++-- PKGBUILD | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 18a9450547f6..ab1e74291bd7 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 = 7.0.0 + pkgver = 7.0.3 pkgrel = 1 url = https://github.com/zotero/zotero arch = x86_64 @@ -22,7 +22,7 @@ pkgbase = zotero depends = nss depends = libxt source = zotero.desktop - source = zotero-client::git+https://github.com/zotero/zotero.git#tag=fd9a07ffe3f90c13140cd54e9ba0ea89cab2e2f8 + source = zotero-client::git+https://github.com/zotero/zotero.git#tag=2a86a4cce7ff392c221719e14ead145d85466296 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 5ebb06efff3e..d54c2d9a9e29 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Aaron Keesing pkgname=zotero -pkgver=7.0.0 +pkgver=7.0.3 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,7 +9,7 @@ url="https://github.com/zotero/zotero" 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 +_tag=2a86a4cce7ff392c221719e14ead145d85466296 # git rev-parse $pkgver source=("zotero.desktop" "zotero-client::git+https://github.com/zotero/zotero.git#tag=${_tag}" "zotero-translators::git+https://github.com/zotero/translators.git"