diff --git a/.SRCINFO b/.SRCINFO index 3b1867569f6b..83dfddb54d2c 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.22 + pkgver = 6.0.23 pkgrel = 1 url = https://github.com/zotero/zotero arch = x86_64 @@ -21,7 +21,7 @@ pkgbase = zotero depends = nss depends = libxt source = zotero.desktop - source = zotero-client::git+https://github.com/zotero/zotero.git#tag=578ba8a9e220a83242285075472dc77ca3e2fd49 + source = zotero-client::git+https://github.com/zotero/zotero.git#tag=1513226372c1dd2db27ef91dc6c0c1bcef563efa 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.21 source = zotero-translators::git+https://github.com/zotero/translators.git diff --git a/PKGBUILD b/PKGBUILD index ac920d85dfb7..81f5d25f020f 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Aaron Keesing pkgname=zotero -pkgver=6.0.22 +pkgver=6.0.23 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=('AGPL3') depends=('dbus-glib' 'gtk3' 'nss' 'libxt') makedepends=('npm' 'git' 'zip' 'unzip' 'perl' 'python>=3' 'curl' 'wget' 'rsync' 'nodejs') -_tag=578ba8a9e220a83242285075472dc77ca3e2fd49 # git rev-parse $pkgver +_tag=1513226372c1dd2db27ef91dc6c0c1bcef563efa # 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"