From 0190f1504df89759e87281612b4528508621fc3f Mon Sep 17 00:00:00 2001 From: Aaron Keesing Date: Fri, 4 Oct 2024 22:44:47 +1300 Subject: [PATCH] Version 7.0.7 --- .SRCINFO | 4 ++-- PKGBUILD | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index e124216bfaae..ffed9f5ff50f 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.6 + pkgver = 7.0.7 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=da58a3eb726e722c0096d91ae64b479e4b1a8c20 + source = zotero-client::git+https://github.com/zotero/zotero.git#tag=88ff06841605a2812394060ef4fd3194702d50e0 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 c95b56123d6d..d15f95089c05 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Aaron Keesing pkgname=zotero -pkgver=7.0.6 +pkgver=7.0.7 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=da58a3eb726e722c0096d91ae64b479e4b1a8c20 # git rev-parse $pkgver +_tag=88ff06841605a2812394060ef4fd3194702d50e0 # 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"