diff --git a/.SRCINFO b/.SRCINFO index ee55e50b3ae6..bc8c09989877 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.27 + pkgver = 6.0.30 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=0120c7c7ad3f6b2159d9d28abfb5f10f424b860d + source = zotero-client::git+https://github.com/zotero/zotero.git#tag=5350a60c9aeb14480372b552e59df4386ad10b7d 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.27 + source = zotero-standalone-build::git+https://github.com/zotero/zotero-standalone-build.git#tag=6.0.30 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 e31afee5ef16..c6cccb77a2a5 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Aaron Keesing pkgname=zotero -pkgver=6.0.27 +pkgver=6.0.30 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=0120c7c7ad3f6b2159d9d28abfb5f10f424b860d # git rev-parse $pkgver +_tag=5350a60c9aeb14480372b552e59df4386ad10b7d # 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.27" + "zotero-standalone-build::git+https://github.com/zotero/zotero-standalone-build.git#tag=6.0.30" "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"