From 8d738b1f65b97949336f1487d3fc0b9e1d13f140 Mon Sep 17 00:00:00 2001 From: Aaron Keesing Date: Sun, 28 Aug 2022 17:27:28 +1200 Subject: [PATCH] Use latest tag for zotero-standalone-build. --- .SRCINFO | 4 ++-- PKGBUILD | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 5b76776ab2a1..fbcf717f3bdd 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 = 1 + pkgrel = 2 url = https://github.com/zotero/zotero arch = x86_64 arch = i686 @@ -22,7 +22,7 @@ pkgbase = zotero source = zotero.desktop source = zotero-client::git+https://github.com/zotero/zotero.git#tag=99cf84e37779c33c19d937eb60f00a1139c3f485 source = zotero-build::git+https://github.com/zotero/zotero-build.git - source = zotero-standalone-build::git+https://github.com/zotero/zotero-standalone-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 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 ef217ad4a87f..0cf66358b4d6 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ pkgname=zotero pkgver=6.0.13 -pkgrel=1 +pkgrel=2 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" @@ -13,7 +13,7 @@ _tag=99cf84e37779c33c19d937eb60f00a1139c3f485 # 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" + "zotero-standalone-build::git+https://github.com/zotero/zotero-standalone-build.git#tag=6.0.11" "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"