Optional xpdf dependency added

This commit is contained in:
Juanma Hernández 2017-08-21 20:36:01 +02:00
parent 1adc8772cb
commit 1edb226b6f
2 changed files with 4 additions and 2 deletions

View file

@ -1,7 +1,7 @@
pkgbase = zotero
pkgdesc = Zotero Standalone. Is a free, easy-to-use tool to help you collect, organize, cite, and share your research sources.
pkgver = 5.0.16
pkgrel = 2
pkgrel = 3
url = http://www.zotero.org/download
install = zotero.install
arch = i686
@ -13,6 +13,7 @@ pkgbase = zotero
depends = nss
depends = java-environment
depends = libxt
optdepends = xpdf: PDF indexing
source = zotero.desktop
md5sums = f227abe95940abd63367716928c6e379
source_i686 = Zotero-5.0.16_linux_x86_64.tar.bz2::https://www.zotero.org/download/client/dl?channel=release&platform=linux-x86_64&version=5.0.16

View file

@ -3,12 +3,13 @@
pkgname=zotero
pkgver=5.0.16
pkgrel=2
pkgrel=3
pkgdesc="Zotero Standalone. Is a free, easy-to-use tool to help you collect, organize, cite, and share your research sources."
arch=('i686' 'x86_64')
url="http://www.zotero.org/download"
license=('GPL3')
depends=('dbus-glib' 'gtk2' 'gtk3' 'nss' 'java-environment' 'libxt')
optdepends=('xpdf: PDF indexing')
md5sums=('f227abe95940abd63367716928c6e379')
md5sums_i686=('2a12233e693021d3b672395df6c4ca27')