mirror of
https://github.com/archlinux/aur.git
synced 2026-03-08 04:39:40 +01:00
Version 6.0.37
This commit is contained in:
parent
58c0d163f1
commit
68079d7a69
2 changed files with 6 additions and 6 deletions
6
.SRCINFO
6
.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
|
||||
|
|
|
|||
6
PKGBUILD
6
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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue