mirror of
https://github.com/archlinux/aur.git
synced 2026-03-06 18:32:40 +01:00
Version 7.0.7
This commit is contained in:
parent
660295c802
commit
0190f1504d
2 changed files with 4 additions and 4 deletions
4
.SRCINFO
4
.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 = 7.0.6
|
||||
pkgver = 7.0.7
|
||||
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=da58a3eb726e722c0096d91ae64b479e4b1a8c20
|
||||
source = zotero-client::git+https://github.com/zotero/zotero.git#tag=88ff06841605a2812394060ef4fd3194702d50e0
|
||||
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
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Aaron Keesing <agkphysics at gmail dot com>
|
||||
|
||||
pkgname=zotero
|
||||
pkgver=7.0.6
|
||||
pkgver=7.0.7
|
||||
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=da58a3eb726e722c0096d91ae64b479e4b1a8c20 # git rev-parse $pkgver
|
||||
_tag=88ff06841605a2812394060ef4fd3194702d50e0 # 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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue