summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron Keesing2024-03-28 20:07:51 +1300
committerAaron Keesing2024-03-28 20:07:51 +1300
commit68079d7a696438cbc0229cf56dbaab90071c1a23 (patch)
treebb4d2a4c1bf1226ce113e1e87f41007469be1bdd
parent58c0d163f1a2b93106740a6f230f4c2922c79e74 (diff)
downloadaur-zotero.tar.gz
Version 6.0.37
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0efbe0d77262..2de641da8715 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.35
+ pkgver = 6.0.37
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=46f6427d01110622aecd84047d8fc50c6270c34a
+ source = zotero-client::git+https://github.com/zotero/zotero.git#tag=ab6e0a7d3436062c3787bf22fc212b002ce0fb04
source = zotero-build::git+https://github.com/zotero/zotero-build.git#tag=5cec38cd40361d939e32eb0b6e0fd18ac7b78a56
- source = zotero-standalone-build::git+https://github.com/zotero/zotero-standalone-build.git#tag=6.0.35
+ source = zotero-standalone-build::git+https://github.com/zotero/zotero-standalone-build.git#tag=6.0.37
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 67f1a8836585..781b72b3d65e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Aaron Keesing <agkphysics at gmail dot com>
pkgname=zotero
-pkgver=6.0.35
+pkgver=6.0.37
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=46f6427d01110622aecd84047d8fc50c6270c34a # git rev-parse $pkgver
+_tag=ab6e0a7d3436062c3787bf22fc212b002ce0fb04 # 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#tag=5cec38cd40361d939e32eb0b6e0fd18ac7b78a56"
- "zotero-standalone-build::git+https://github.com/zotero/zotero-standalone-build.git#tag=6.0.35"
+ "zotero-standalone-build::git+https://github.com/zotero/zotero-standalone-build.git#tag=6.0.37"
"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"