Version 7.0.3

This commit is contained in:
Aaron Keesing 2024-09-01 14:36:50 +12:00
parent efa05c7d6a
commit 3e80543150
No known key found for this signature in database
GPG key ID: 7AC6CBF8B9764425
2 changed files with 4 additions and 4 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 = 7.0.0
pkgver = 7.0.3
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=fd9a07ffe3f90c13140cd54e9ba0ea89cab2e2f8
source = zotero-client::git+https://github.com/zotero/zotero.git#tag=2a86a4cce7ff392c221719e14ead145d85466296
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=7.0.0
pkgver=7.0.3
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=fd9a07ffe3f90c13140cd54e9ba0ea89cab2e2f8 # git rev-parse $pkgver
_tag=2a86a4cce7ff392c221719e14ead145d85466296 # 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"