Version 6.0.22

This commit is contained in:
Aaron Keesing 2023-03-14 17:49:05 +13:00
parent d6f1d9c7ff
commit 49d87a9195
No known key found for this signature in database
GPG key ID: 7AC6CBF8B9764425
2 changed files with 6 additions and 6 deletions

View file

@ -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.20
pkgver = 6.0.22
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=413147ae74b66455545889a9007e0fe63c2ce609
source = zotero-client::git+https://github.com/zotero/zotero.git#tag=578ba8a9e220a83242285075472dc77ca3e2fd49
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.14
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
source = zotero-styles::git+https://github.com/zotero/bundled-styles.git
source = zotero-pdf-worker::git+https://github.com/zotero/pdf-worker.git

View file

@ -1,7 +1,7 @@
# Maintainer: Aaron Keesing <agkphysics at gmail dot com>
pkgname=zotero
pkgver=6.0.20
pkgver=6.0.22
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=413147ae74b66455545889a9007e0fe63c2ce609 # git rev-parse $pkgver
_tag=578ba8a9e220a83242285075472dc77ca3e2fd49 # 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.14"
"zotero-standalone-build::git+https://github.com/zotero/zotero-standalone-build.git#tag=6.0.21"
"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"