mirror of
https://github.com/archlinux/aur.git
synced 2026-03-09 06:49:44 +01:00
Version 6.0.15. Require NodeJS 16 for build.
This commit is contained in:
parent
8d738b1f65
commit
9aff6adedd
2 changed files with 8 additions and 7 deletions
7
.SRCINFO
7
.SRCINFO
|
|
@ -1,7 +1,7 @@
|
|||
pkgbase = zotero
|
||||
pkgdesc = A free, easy-to-use tool to help you collect, organize, cite, and share your research sources.
|
||||
pkgver = 6.0.13
|
||||
pkgrel = 2
|
||||
pkgver = 6.0.15
|
||||
pkgrel = 1
|
||||
url = https://github.com/zotero/zotero
|
||||
arch = x86_64
|
||||
arch = i686
|
||||
|
|
@ -15,12 +15,13 @@ pkgbase = zotero
|
|||
makedepends = curl
|
||||
makedepends = wget
|
||||
makedepends = rsync
|
||||
makedepends = nodejs-lts-gallium
|
||||
depends = dbus-glib
|
||||
depends = gtk3
|
||||
depends = nss
|
||||
depends = libxt
|
||||
source = zotero.desktop
|
||||
source = zotero-client::git+https://github.com/zotero/zotero.git#tag=99cf84e37779c33c19d937eb60f00a1139c3f485
|
||||
source = zotero-client::git+https://github.com/zotero/zotero.git#tag=bb831aa660e8e65fa6efcf267924696b61f65beb
|
||||
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.11
|
||||
source = zotero-translators::git+https://github.com/zotero/translators.git
|
||||
|
|
|
|||
8
PKGBUILD
8
PKGBUILD
|
|
@ -1,15 +1,15 @@
|
|||
# Maintainer: Aaron Keesing <agkphysics at gmail dot com>
|
||||
|
||||
pkgname=zotero
|
||||
pkgver=6.0.13
|
||||
pkgrel=2
|
||||
pkgver=6.0.15
|
||||
pkgrel=1
|
||||
pkgdesc="A free, easy-to-use tool to help you collect, organize, cite, and share your research sources."
|
||||
arch=('x86_64' 'i686')
|
||||
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')
|
||||
_tag=99cf84e37779c33c19d937eb60f00a1139c3f485 # git rev-parse $pkgver
|
||||
makedepends=('npm' 'git' 'zip' 'unzip' 'perl' 'python>=3' 'curl' 'wget' 'rsync' 'nodejs-lts-gallium')
|
||||
_tag=bb831aa660e8e65fa6efcf267924696b61f65beb # 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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue